Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/generic_inline_admin
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-9/+80
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-3/+3
* Fixed #24940 -- Made model managers hashableMarkus Holtermann2015-06-192-2/+14
* Fixed #21927 -- Made application and instance namespaces ...Marten Kenbeek2015-06-081-2/+2
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+5
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-23/+18
* Deprecated TEMPLATE_DEBUG setting.Aymeric Augustin2015-02-151-4/+6
* Replaced some more hardcoded admin URLsClaude Paroz2015-02-091-13/+16
* Sorted imports with isort; refs #23860.Tim Graham2015-02-063-6/+5
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-3/+3
* Removed ModelAdmin.get_formsets() per deprecation timelin...Tim Graham2015-01-181-62/+1
* Ignored warnings correctly in test_get_formsets_with_inli...Berker Peksag2014-12-311-9/+8
* Fixed #23995 -- Removed unnecessary calls to self.client....Diego Guimarães2014-12-161-9/+0
* Moved misplaced comment.Aymeric Augustin2014-12-061-4/+2
* Fixed #23539 -- Added get_extra(), get_max_num(), and get...Justin Caratzas2014-09-241-0/+57
* Fixed #13163 -- Added ability to show change links on inl...Nick Sandford2014-07-311-2/+1
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-081-10/+10
* Fixed #22628 -- Took initial forms into account when comb...Stephen Burrows2014-05-161-3/+2
* Fixed #17642 -- Added min_num support to modelformsets, i...Anders Steinlein2014-05-153-45/+53
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-8/+8
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+4
* Advanced deprecation warnings for 1.8.Aymeric Augustin2014-03-221-1/+2
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-263-12/+14
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
* PEP8 cleanupJason Myers2013-11-033-0/+6
* Fixed all E261 warningscoagulant2013-11-031-3/+3
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Removed some direct settings manipulations in tests; refs...Bouke Haarsma2013-10-211-4/+3
* Removed unused local variables in tests.Tim Graham2013-10-191-3/+2
* Whitespace cleanup.Tim Graham2013-10-101-2/+0
* Fixed #20702 -- Deprecated get_formsets in favor of get_f...tschilling2013-09-201-3/+90
* Fixed #18681 -- GenericInlineModelAdmin.get_formset() no ...Loic Bistuer2013-08-021-0/+20
* Removed most of absolute_import importsClaude Paroz2013-07-293-5/+1
* 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-266-0/+476