summaryrefslogtreecommitdiff
path: root/tests/admin_inlines
Commit message (Expand)AuthorAgeFilesLines
...
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-4/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-183-7/+0
* Fixed #15667 -- Added template-based widget rendering.Preston Timmons2016-12-271-12/+14
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-27/+18
* Fixed #27207 -- Replaced <p> tag with <div> in admin help texts.Alexander Gaevsky2016-09-101-1/+1
* Fixed #27199 -- Made AdminIntegerFieldWidget use NumberInput.Rinat Khabibiev2016-09-091-2/+2
* Fixed #26729 -- Allowed overriding a form field's label/help_text in Form.__i...Paulo2016-06-212-0/+14
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-082-55/+82
* Fixed #25364 -- Added generic way to test on all browsers supported by selenium.Akshesh2016-03-151-12/+3
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-35/+12
* Fixed #26125 -- Fixed E731 flake warnings.userimack2016-01-251-4/+6
* Refs #494 -- Fixed a flaky admin_inlines tests.Tim Graham2016-01-111-5/+5
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Fixed #494 -- Added ability to specify classes on admin inline fieldsets.Karen Tracey2015-12-212-0/+21
* Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger2015-12-052-14/+24
* Fixed #25780 -- Removed redundant status code assertions from testsAlex Morozov2015-11-211-1/+0
* Fixed #24976 -- Fixed missing form label in tabular inline.matiasb2015-10-212-0/+9
* Refs #23444 -- Removed InlineAdminForm.original_content_type_id per deprecati...Tim Graham2015-09-231-24/+0
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-31/+81
* Fixed #25348 -- Removed unused gif/png images from contrib.admin.elky2015-09-041-2/+2
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Fixed #20597 -- Replaced admin GIF/PNG icons by SVGelky2015-08-271-2/+2
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-25/+25
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-081-2/+2
* Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.Tim Graham2015-03-302-6/+27
* Fixed admin selenium tests broken by removal of fixtures.Tim Graham2015-03-051-1/+10
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-26/+18
* Replaced hardcoded URLs in admin_* testsClaude Paroz2015-02-081-43/+47
* Sorted imports with isort; refs #23860.Tim Graham2015-02-064-13/+14
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-4/+4
* Fixed #23995 -- Removed unnecessary calls to self.client.logout() in tests.Diego Guimarães2014-12-161-12/+0
* Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.pyTim Graham2014-11-291-0/+1
* Fixed #23444 -- Deprecated django.contrib.admin.helpers.InlineAdminForm.origi...a1tus2014-10-231-0/+24
* Fixed #13163 -- Added ability to show change links on inline objects in admin.Nick Sandford2014-07-312-1/+38
* Fixed #11776 -- Added CSS class for non-field/top of form errors.Nick Presta2014-06-021-1/+1
* Fixed #22628 -- Took initial forms into account when combining FormSet.min_nu...Stephen Burrows2014-05-161-2/+1
* Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.Anders Steinlein2014-05-151-2/+60
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-10/+10
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+4
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-3/+3
* Fixed #21382 - Added "has_original" to stacked inlines.Ryan Kaskel2014-02-091-0/+15
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-2/+2
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* PEP8 cleanupJason Myers2013-11-023-11/+37
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Fixed #21299 - Changed filters from title to capfirst on admin inline formsets.Renato Oliveira2013-10-241-4/+4
* Fixed E225 pep8 warnings.Tim Graham2013-10-231-2/+2