summaryrefslogtreecommitdiff
path: root/tests/admin_views/admin.py
Commit message (Expand)AuthorAgeFilesLines
* [1.9.x] Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin....Alexander Gaevsky2016-01-211-9/+15
* [1.9.x] Fixed #25997 -- Removed redundant escaping in admin's edit related mo...Alexander Gaevsky2016-01-081-10/+12
* [1.9.x] Fixed #25465 -- Restored line breaks conversion in admin readonly fie...Alexander Gaevsky2015-12-291-2/+2
* [1.9.x] Fixed #25903 -- Fixed the admin's list_editable add/change buttons.Tim Graham2015-12-211-2/+5
* [1.9.x] Fixed #25622 -- Accounted for generic relations in the admin to field...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 attribute.Ola Sitarska2015-09-081-5/+8
* Fixed #25058 -- Added GenericRelations with related_query_name to the admin's...sarthakmeh2015-09-031-3/+4
* Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that clashes w...Tim Graham2015-08-281-1/+5
* Fixed #16501 -- Added an allow_unicode parameter to SlugField.Edward Henderson2015-07-171-3/+6
* Refs #4960 -- Fixed selenium test failures for CharField strip changes.Tim Graham2015-07-061-0/+3
* Fixed #23387 -- Kept "Save as new" button after validation errors in admin.Adam Zapletal2015-05-021-0/+1
* Refs #24461 -- Added test/release notes for XSS issue in ModelAdmin.readonly_...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-051-1/+1
* Fixed #13165 -- Added edit and delete links to admin foreign key widgets.Simon Charette2015-01-101-1/+2
* Fixed #23934 -- Fixed regression in admin views obj parameter.Kamil Braun2014-12-021-2/+26
* Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette2014-11-251-3/+4
* Fixed #23604 -- Allowed related m2m fields to be references in the admin.Emmanuelle Delescolle2014-10-061-1/+2
* Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.Thomas Chaumeny2014-09-261-0/+1
* Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette2014-09-081-1/+12
* Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.Simon Charette2014-08-271-1/+5
* Fixed #13749 -- Added link from admin site to front-end site.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 BaseModelAdminMaxime Turcotte2014-06-131-0/+8
* Fixed several typos in DjangoAlex Gaynor2014-05-281-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 Meta overrides.Ben Davis2014-03-251-1/+18
* Fixed #22241 -- Selectively added line breaks in admin read-only fieldsClaude Paroz2014-03-221-2/+7
* Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().Greg Chapple2014-03-031-0/+4
* Fixed #21924 -- Added the ability to specify a reverse order for admin_order_...Klemens Mantzos2014-02-141-1/+2
* Fixed #2445 -- Allowed limit_choices_to attribute to be a callable.Christopher Adams2014-02-111-1/+2
* Removed useless model definitions.Aymeric Augustin2014-01-051-32/+16
* Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...Jay Leadbetter2013-11-251-1/+26
* PEP8Jason Myers2013-11-021-0/+22
* Fixed all E261 warningscoagulant2013-11-021-4/+4
* Fixed #8261 -- ModelAdmin hook for customising the "show on site" buttonUnai Zalakain2013-10-291-1/+35
* Fixed all the E203 violationsAlex Gaynor2013-10-261-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 warnings.Tim Graham2013-10-101-5/+0
* Fixed #11277 -- Hid labels of fields with HiddenInput widget in admin forms.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 considered for the adm...Juan Catalano2013-09-071-1/+8
* Fixed #16433 -- Fixed a help_text/read only field interaction that caused an ...Tim Graham2013-08-291-1/+5
* Fixed #20640 -- Avoided NoReverseMatch in get_deleted_objectsRainer Koirikivi2013-08-191-1/+9
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1