Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_inlines/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24976 -- Fixed missing form label in tabular inline.matiasb2015-10-211-0/+8
* Refs #23444 -- Removed InlineAdminForm.original_content_t...Tim Graham2015-09-241-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 contri...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
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-1/+1
* Fixed #24466 -- Added JavaScript escaping in a couple pla...Tim Graham2015-03-311-6/+6
* Fixed admin selenium tests broken by removal of fixtures.Tim Graham2015-03-051-1/+10
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-9/+18
* Replaced hardcoded URLs in admin_* testsClaude Paroz2015-02-081-43/+47
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-10/+11
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-4/+4
* Fixed #23995 -- Removed unnecessary calls to self.client....Diego Guimarães2014-12-161-12/+0
* Fixed #23923 -- Promoted Django's deprecation warnings to...Tim Graham2014-11-291-0/+1
* Fixed #23444 -- Deprecated django.contrib.admin.helpers.I...a1tus2014-10-231-0/+24
* Fixed #13163 -- Added ability to show change links on inl...Nick Sandford2014-07-311-1/+35
* Fixed #11776 -- Added CSS class for non-field/top of form...Nick Presta2014-06-021-1/+1
* Fixed #22628 -- Took initial forms into account when comb...Stephen Burrows2014-05-161-2/+1
* Fixed #17642 -- Added min_num support to modelformsets, i...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 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
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* PEP8 cleanupJason Myers2013-11-031-11/+13
* Fixed #21299 - Changed filters from title to capfirst on ...Renato Oliveira2013-10-241-4/+4
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed assorted flake8 errors.Tim Graham2013-10-111-3/+3
* Fixed #18263 -- Corrrected handling of hidden fields in t...Tim Graham2013-10-071-1/+12
* Removed a ton of unused local varsAlex Gaynor2013-09-081-5/+4
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Fixed #13696 -- ensured inline pk field is renderedKaren Tracey2013-07-211-0/+18
* Fixed available_apps for selenium tests.Aymeric Augustin2013-06-101-1/+3
* Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham2013-06-021-0/+6
* Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham2013-05-301-1/+13
* Fixed #19838 -- Admin: Don't leak a 500 HTTP status when ...Javier Mansilla2013-03-041-1/+39
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-261-5/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+617