Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_views/admin.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25622 -- Accounted for generic relations in the ad...Simon Charette2015-10-291-12/+15
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+3
* Fixed #25135 -- Deprecated the contrib.admin allow_tags a...Ola Sitarska2015-09-091-5/+8
* Fixed #25058 -- Added GenericRelations with related_query...sarthakmeh2015-09-031-3/+4
* Fixed #25299 -- Fixed crash with ModelAdmin.list_display ...Tim Graham2015-08-281-1/+5
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-3/+6
* Refs #4960 -- Fixed selenium test failures for CharField ...Tim Graham2015-07-061-0/+3
* Fixed #23387 -- Kept "Save as new" button after validatio...Adam Zapletal2015-05-031-0/+1
* Refs #24461 -- Added test/release notes for XSS issue in ...Baptiste Mispelon2015-03-091-1/+1
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-1/+1
* Fixed #15779 -- Allowed 'add' primary key in admin editionClaude Paroz2015-02-141-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-26/+25
* Removed old import aliases.Tim Graham2015-02-061-1/+1
* Fixed #13165 -- Added edit and delete links to admin fore...Simon Charette2015-01-101-1/+2
* Fixed #23934 -- Fixed regression in admin views obj param...Kamil Braun2014-12-021-2/+26
* Fixed #23754 -- Always allowed reference to the primary k...Simon Charette2014-11-251-3/+4
* Fixed #23604 -- Allowed related m2m fields to be referenc...Emmanuelle Delescolle2014-10-061-1/+2
* Fixed #8408 -- Added ModelAdmin.show_full_result_count to...Thomas Chaumeny2014-09-261-0/+1
* Fixed #23431 -- Allowed inline and hidden references to a...Simon Charette2014-09-081-1/+12
* Fixed #23329 -- Allowed inherited and m2m fields to be re...Simon Charette2014-08-281-1/+5
* Fixed #13749 -- Added link from admin site to front-end s...areski2014-08-271-0/+1
* Fixed #22994 -- regression with generic FK + admin list_viewAnssi Kääriäinen2014-07-141-1/+6
* Fixed #6327 -- Added has_module_permission method to Base...Maxime Turcotte2014-06-131-0/+8
* Fixed several typos in DjangoAlex Gaynor2014-05-291-1/+1
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-3/+3
* Fixed #22087 -- Made AdminReadonlyField respect ModelForm...Ben Davis2014-03-251-1/+18
* Fixed #22241 -- Selectively added line breaks in admin re...Claude Paroz2014-03-221-2/+7
* Fixed #22135 -- Added ModelAdmin.get_changeform_initial_d...Greg Chapple2014-03-031-0/+4
* Fixed #21924 -- Added the ability to specify a reverse or...Klemens Mantzos2014-02-151-1/+2
* Fixed #2445 -- Allowed limit_choices_to attribute to be a...Christopher Adams2014-02-111-1/+2
* Removed useless model definitions.Aymeric Augustin2014-01-051-32/+16
* Fixed #20522 - Allowed use of partially validated object ...Jay Leadbetter2013-11-261-1/+26
* PEP8Jason Myers2013-11-031-0/+22
* Fixed all E261 warningscoagulant2013-11-031-4/+4
* Fixed #8261 -- ModelAdmin hook for customising the "show ...Unai Zalakain2013-10-291-1/+35
* Fixed all the E203 violationsAlex Gaynor2013-10-271-4/+4
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-3/+3
* Fixed "redefinition of unused 'foo' from line X" pyflakes...Tim Graham2013-10-101-5/+0
* Fixed #11277 -- Hid labels of fields with HiddenInput wid...Christopher Medrela2013-10-041-1/+35
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Fixed #21013 -- Ensure that ModelAdmin.get_queryset is co...Juan Catalano2013-09-071-1/+8
* Fixed #16433 -- Fixed a help_text/read only field interac...Tim Graham2013-08-291-1/+5
* Fixed #20640 -- Avoided NoReverseMatch in get_deleted_obj...Rainer Koirikivi2013-08-191-1/+9
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #20767 -- Fixed ModelAdmin.preserve_filters for nam...Loic Bistuer2013-07-191-0/+5
* Fixed #20331 -- Allowed admin actions to serve StreamingH...Tim Graham2013-05-291-2/+16
* Fixed #20182 - admin lookup should treat 0 as False for _...Tim Graham2013-05-271-1/+1
* Fixed #15961 -- Modified ModelAdmin to allow for custom s...Bozidar Benko2013-05-191-1/+16