Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/generic_inline_admin
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-9/+80
|
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-3/+3
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #24940 -- Made model managers hashableMarkus Holtermann2015-06-192-2/+14
| | | | | Thanks Federico Jaramillo Martínez for the report and Tim Graham for the test and review.
* Fixed #21927 -- Made application and instance namespaces ↵Marten Kenbeek2015-06-081-2/+2
| | | | | | | | more distinct. Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces.
* 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 ↵Tim Graham2015-01-181-62/+1
| | | | timeline; refs #20702.
* Ignored warnings correctly in ↵Berker Peksag2014-12-311-9/+8
| | | | | | | | test_get_formsets_with_inlines_returns_tuples(). The subclass check in ModelAdmin.get_formsets_with_inlines() wasn't tested correctly because of the super() call in EpisodeAdmin.get_formsets().
* Fixed #23995 -- Removed unnecessary calls to ↵Diego Guimarães2014-12-161-9/+0
| | | | self.client.logout() in tests.
* Moved misplaced comment.Aymeric Augustin2014-12-061-4/+2
|
* Fixed #23539 -- Added get_extra(), get_max_num(), and ↵Justin Caratzas2014-09-241-0/+57
| | | | get_min_num() hooks to GenericInlineModelAdmin.
* Fixed #13163 -- Added ability to show change links on ↵Nick Sandford2014-07-311-2/+1
| | | | | | inline objects in admin. Thanks DrMeers for the suggestion.
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-081-10/+10
| | | | Thanks brylie.
* Fixed #22628 -- Took initial forms into account when ↵Stephen Burrows2014-05-161-3/+2
| | | | | | combining FormSet.min_num and FormSet.extra. Forwardport of 79f15ab1ef from stable/1.7.x
* Fixed #17642 -- Added min_num support to modelformsets, ↵Anders Steinlein2014-05-153-45/+53
| | | | | | | | inlines, and the admin. Thanks Stephen Burrows for work on the patch as well. Forwardport of 2914f66983a92fcae55673c517dd8d01e8c238c4 from stable/1.7.x
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-8/+8
|
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+4
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* 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
| | | | | | | It contained models, forms and admin objects causing undesirable import side effects. Refs #16368. Thanks to Ramiro, Carl and Loïc for the review.
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+1
|
* PEP8 cleanupJason Myers2013-11-033-0/+6
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* 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; ↵Bouke Haarsma2013-10-211-4/+3
| | | | refs #21230.
* Removed unused local variables in tests.Tim Graham2013-10-191-3/+2
|
* Whitespace cleanup.Tim Graham2013-10-101-2/+0
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* Fixed #20702 -- Deprecated get_formsets in favor of ↵tschilling2013-09-201-3/+90
| | | | | | get_formsets_with_inlines. Thanks stanislas.guerra at gmail.com for the report.
* Fixed #18681 -- GenericInlineModelAdmin.get_formset() no ↵Loic Bistuer2013-08-021-0/+20
| | | | | | longer bypasses get_fieldsets(). Refs 23e1b59 which already fixed this issue for ModelAdmin and InlineModelAdmin.
* Removed most of absolute_import importsClaude Paroz2013-07-293-5/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Renamed some tests and removed references to ↵Florian Apolloner2013-02-261-5/+5
| | | | modeltests/regressiontests.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-266-0/+476