Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/views
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-06-051-3/+0
* Revert "Fixed #24474 -- Allowed configuring the admin's e...Tim Graham2015-04-091-0/+3
* Fixed #24474 -- Allowed configuring the admin's empty cha...Loek van Gent2015-04-091-3/+0
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Fixed #24226 -- Changed admin EMPTY_CHANGELIST_VALUE from...Tim Graham2015-03-121-2/+2
* Fixed #24426 -- Displayed admin actions panel when show_f...Tim Graham2015-03-041-1/+1
* Fixed #24294 -- Allowed staff_member_required decorator t...Andrei Kulakov2015-03-021-4/+8
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-11/+15
* Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon2015-01-021-4/+3
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-1/+1
* Fixed #8408 -- Added ModelAdmin.show_full_result_count to...Thomas Chaumeny2014-09-261-3/+10
* Prevented data leakage in contrib.admin via query string ...Simon Charette2014-08-201-2/+7
* Removed reading of legacy admin popup GET parameter.Tim Graham2014-03-211-26/+1
* Removed backward compatible shims to rename get_query_set...Tim Graham2014-03-211-22/+2
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-5/+5
* Fixed #21924 -- Added the ability to specify a reverse or...Klemens Mantzos2014-02-151-1/+5
* Made staff_member_required redirect to loginClaude Paroz2014-02-041-23/+7
* Fixed #21510 -- Readded search reset link in changelist s...Claude Paroz2013-12-111-1/+1
* Removed unneeded string normalization in contrib.adminClaude Paroz2013-12-071-8/+1
* Fixed all E226 violationsAlex Gaynor2013-11-031-1/+1
* Fixed all E261 warningscoagulant2013-11-021-4/+4
* Fixed #21285 -- Fixed E121,E122 pep8 warningsAlasdair Nicol2013-10-181-3/+3
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-2/+4
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Fixed #20836 -- Ensure that the ForeignKey's to_field att...Julien Phalip2013-09-071-2/+1
* Deprecated SortedDict (replaced with collections.OrderedD...Curtis Maloney2013-08-041-3/+3
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-4/+4
* Fixed #20288 -- Fixed inconsistency in the naming of the ...Loic Bistuer2013-06-191-3/+25
* Fixed #6903 - Preserve admin changelist filters after sav...Loic Bistuer2013-06-181-0/+1
* Fixed #19080 -- Fine-grained control over select_related ...Tomek Paczkowski2013-06-051-17/+27
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-1/+2
* Fixed #15961 -- Modified ModelAdmin to allow for custom s...Bozidar Benko2013-05-191-27/+5
* Fixed #18003 -- Preserved tracebacks when re-raising errors.konarkmodi2013-03-191-1/+2
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-8/+31
* Fixed #11295: If ModelAdmin.queryset returns a filtered Q...Wiktor Kolodziej2013-02-241-11/+18
* Fixed #19689 -- Renamed `Model._meta.module_name` to `mod...Simon Charette2013-02-051-1/+1
* Made admin generated changelist URLs independent of dict ...Luke Plant2012-12-241-1/+1
* Fixed #3011 -- Added swappable auth.User models.Russell Keith-Magee2012-09-261-0/+1
* Fixed #18072 -- Made more admin links use reverse() inste...Ramiro Morales2012-09-251-1/+6
* Replaced many smart_bytes by force_bytesClaude Paroz2012-08-291-2/+2
* There's no need to do `list(dict.keys())` list(dict)` is ...Alex Gaynor2012-08-141-1/+1
* [py3] Fixed admin_views testsClaude Paroz2012-08-141-1/+1
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-3/+3
* Imported reduce from functools for forward compatibility.Claude Paroz2012-05-201-0/+1
* Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz2012-04-291-2/+2
* Fixed #18086 -- Restored '-pk' as the default order in th...Julien Phalip2012-04-091-1/+1
* Fixed #17828 -- Ensured that when a list filter's `querys...Julien Phalip2012-03-171-19/+22
* Fixed #17198 -- Ensured that a deterministic order is use...Julien Phalip2012-03-031-9/+26
* Disentangled some parts of the admin ChangeList and ListF...Julien Phalip2011-11-221-82/+63
* Fixed #17252 -- Fixed a minor regression introduced by th...Julien Phalip2011-11-221-36/+33