Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_views/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25622 -- Accounted for generic relations in the ad...Simon Charette2015-10-291-0/+11
* Fixed #25058 -- Added GenericRelations with related_query...sarthakmeh2015-09-031-0/+9
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-49/+75
* Refs #24919 -- Made test models serializable for migrations.Tim Graham2015-07-211-3/+5
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-171-0/+1
* Fixed #23387 -- Kept "Save as new" button after validatio...Adam Zapletal2015-05-031-0/+9
* Refs #24461 -- Added test/release notes for XSS issue in ...Baptiste Mispelon2015-03-091-0/+7
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* 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-0/+9
* Fixed #23915 -- Made sure m2m fields through non-pk to_fi...Simon Charette2014-11-251-3/+9
* Fixed #23754 -- Always allowed reference to the primary k...Simon Charette2014-11-251-11/+16
* Fixed #21196 -- Removed index on test field causing MySQL...Thomas Chaumeny2014-10-191-1/+2
* Fixed #23604 -- Allowed related m2m fields to be referenc...Emmanuelle Delescolle2014-10-061-0/+10
* Fixed #23431 -- Allowed inline and hidden references to a...Simon Charette2014-09-081-0/+13
* Fixed #23329 -- Allowed inherited and m2m fields to be re...Simon Charette2014-08-281-0/+17
* Fixed #22087 -- Made AdminReadonlyField respect ModelForm...Ben Davis2014-03-251-0/+7
* Fixed #21924 -- Added the ability to specify a reverse or...Klemens Mantzos2014-02-151-0/+5
* Fixed #2445 -- Allowed limit_choices_to attribute to be a...Christopher Adams2014-02-111-0/+27
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-3/+5
* Fixed #20522 - Allowed use of partially validated object ...Jay Leadbetter2013-11-261-0/+20
* Refs #8261 -- Fixed regression introduced by fd219fa.Loic Bistuer2013-11-211-0/+6
* PEP8 cleanupJason Myers2013-11-031-0/+22
* Fixed all E261 warningscoagulant2013-11-031-1/+1
* Fixed #8261 -- ModelAdmin hook for customising the "show ...Unai Zalakain2013-10-291-0/+16
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+5
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-6/+5
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #11277 -- Hid labels of fields with HiddenInput wid...Christopher Medrela2013-10-041-0/+9
* Fixed #21013 -- Ensure that ModelAdmin.get_queryset is co...Juan Catalano2013-09-071-0/+11
* Fixed #16433 -- Fixed a help_text/read only field interac...Tim Graham2013-08-291-1/+1
* Fixed #20640 -- Avoided NoReverseMatch in get_deleted_obj...Rainer Koirikivi2013-08-191-0/+6
* Fixed #20895 -- Made check management command warn if a B...Alasdair Nicol2013-08-161-4/+4
* Fixed #19082 -- Enabled admin field pre-population for ex...Julien Phalip2013-07-301-2/+2
* Fixed #19773 - Added admin/popup_response.html template.Javier Mansilla2013-06-251-1/+1
* Fixed #20182 - admin lookup should treat 0 as False for _...Tim Graham2013-05-271-0/+3
* Fixed #15961 -- Modified ModelAdmin to allow for custom s...Bozidar Benko2013-05-191-0/+6
* Fixed test failures introduced in e16c48e001.Aymeric Augustin2013-03-241-3/+3
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+680