Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin
Commit message (Expand)AuthorAgeFilesLines
...
* Allowed installing closure with pip for admin JavaScript ...Tim Graham2015-07-171-1/+8
* Fixed #25117 -- Added Romanian char map for Javascript sl...Razvan Andrei Ionescu2015-07-131-0/+5
* Fixed #25073 -- Added verbose_name to contrib's model fie...Szilveszter Farkas2015-07-121-2/+2
* Fixed #25032 -- Removed double redirect in admin login.Jan Pazdziora2015-07-031-1/+1
* Fixed #25053 -- Made admin templates use |safe with passw...Adam Taylor2015-07-022-4/+4
* Fixed #24908 -- Fixed duplicate readonly field rendering.jpic2015-07-021-2/+11
* Removed unreachable codeAndriy Sokolovskiy2015-06-291-9/+0
* Fixed #22463 -- Added code style guide and JavaScript lin...Trey Hunner2015-06-2715-699/+712
* Sorted imports in __init__.py files.Tim Graham2015-06-271-6/+8
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-3/+3
* Refs #25006 -- Added a '6 p.m.' option to the admin's tim...Tim Graham2015-06-221-0/+2
* Fixed #24962 -- Added newline to characters escaped by co...Tim Graham2015-06-181-1/+1
* Fixed #24968 -- Removed bad horizontal scrollbar appearin...Fabrizio Ettore Messina2015-06-111-0/+4
* Moved jQuery to a vendor/jquery subdirectory.Trey Hunner2015-06-075-3/+4
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-06-057-23/+39
* Fixed #24851 -- Fixed crash with reverse one-to-one relat...Tim Graham2015-05-281-1/+1
* Fixed #24784 -- Fixed visibility regression in admin's FK...Tim Graham2015-05-192-0/+2
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-132-7/+6
* Fixed #24553 -- Added the list of available applications ...Riccardo Magliocchetti2015-05-111-4/+14
* Used LogEntry methods to check LogEntry action_flag in __...Piotr Jakimiak2015-05-081-3/+3
* Fixed #16609 -- Fixed duplicate admin results when search...Samuel Paccoud2015-05-061-4/+15
* Fixed #23387 -- Kept "Save as new" button after validatio...Adam Zapletal2015-05-032-5/+14
* Fixed #24676 -- Fixed help text positioning in ``contrib....Tim Graham2015-05-011-0/+3
* Updated translations from TransifexClaude Paroz2015-04-3010-33/+50
* Removed cases of six.iter* wrapped in a list()Curtis Maloney2015-04-182-5/+4
* Removed code duplication between AdminSite.index() and ap...Riccardo Magliocchetti2015-04-151-83/+70
* Fixed #24593 -- Fixed number formatting of readonly Integ...Eric Rouleau2015-04-141-1/+1
* Revert "Fixed #24474 -- Allowed configuring the admin's e...Tim Graham2015-04-097-40/+23
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-04-097-23/+40
* Fetched updated contrib translations from TransifexClaude Paroz2015-04-01332-25157/+4422
* Fixed #24466 -- Added JavaScript escaping in a couple pla...Tim Graham2015-03-315-16/+15
* Fixed #18773 -- Added logging for template variable resol...Caroline Simpson2015-03-281-0/+1
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-258-101/+46
* Fixed #24405 -- Made admin related object JavaScript over...Riccardo Magliocchetti2015-03-244-45/+57
* Removed redundant model instantiation in contrib.admin; r...TomV2015-03-231-1/+1
* Fixed #24490 -- Set LogEntry.change_message when adding a...Karl Hobley2015-03-201-8/+11
* Fixed #24285 -- Made for_user argument optional for {% ge...Yair Chuchem2015-03-201-4/+3
* Fixed #24417 -- Added ModelAdmin.get_list_select_related()Loek van Gent2015-03-191-1/+9
* Fixed #24226 -- Changed admin EMPTY_CHANGELIST_VALUE from...Tim Graham2015-03-121-2/+2
* Fixed #24467 -- Removed conditional inclusion of actions....Anton Danilchenko2015-03-121-7/+4
* Fixed #23993 -- Added form.media to the admin login templ...david2015-03-071-1/+3
* Fixed #19538 -- Removed window.__admin_media_prefix__ fro...Tim Graham2015-03-0510-36/+87
* Fixed #24426 -- Displayed admin actions panel when show_f...Tim Graham2015-03-041-1/+1
* Used format_html() in contrib.admin.utils for consistency.Tim Graham2015-03-041-6/+2
* Removed outdated docstring for get_admin_url().Mathias André2015-03-031-1/+0
* Fixed #24294 -- Allowed staff_member_required decorator t...Andrei Kulakov2015-03-021-4/+8
* Fixed #24406 -- Improved SelectFilter js to use click eventsRolf Jagerman2015-02-261-4/+8
* Fixed #24411 -- Avoided dict key/method clash in admin de...Tim Graham2015-02-253-4/+4
* Fixed #24381 -- removed ForeignObjectRel opts and to_optsAnssi Kääriäinen2015-02-231-1/+1
* Fixed #15779 -- Allowed 'add' primary key in admin editionClaude Paroz2015-02-141-1/+6