summaryrefslogtreecommitdiff
path: root/tests/generic_inline_admin
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34380 -- Allowed specifying a default URL scheme in forms.URLField.Coen van der Kamp2023-04-281-1/+14
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-21/+17
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-074-96/+127
* Fixed #32003 -- Added obj argument to has_perm() methods in tests.Alexander Todorov2020-09-141-1/+1
* Changed `'%s' % value` pattern to `str(value)`.Nick Pope2020-05-041-3/+3
* Fixed #27755 -- Added ModelAdmin.get_inlines() hook.Hasan Ramezani2019-04-171-0/+26
* Renamed camelCaseTestMethods to snake_case_test_methodsMarkus Holtermann2019-04-141-1/+1
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* Made reused RequestFactory instances class attributes.Simon Charette2018-11-271-1/+1
* Moved generic_inlineformset_factory() tests to a separate file.Tim Graham2017-12-281-105/+0
* Refs #27175 -- Removed an obsolete test comment and DEBUG=True.Tim Graham2017-12-281-3/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-3/+3
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-4/+4
* Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne2016-06-161-2/+2
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-2/+1
* Made @override_settings(ROOT_URLCONF=...) consistent.Tim Graham2016-02-081-2/+2
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-061-24/+7
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-9/+80
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-3/+3
* Fixed #24940 -- Made model managers hashableMarkus Holtermann2015-06-192-2/+14
* Fixed #21927 -- Made application and instance namespaces more distinct.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 timeline; refs #20702.Tim Graham2015-01-171-62/+1
* Ignored warnings correctly in test_get_formsets_with_inlines_returns_tuples().Berker Peksag2014-12-311-9/+8
* Fixed #23995 -- Removed unnecessary calls to self.client.logout() in tests.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_min_num() hooks to ...Justin Caratzas2014-09-241-0/+57
* Fixed #13163 -- Added ability to show change links on inline objects in admin.Nick Sandford2014-07-311-2/+1
* Fixed #22909 -- Removed camelCasing in some tests.Tim Graham2014-07-071-10/+10
* Fixed #22628 -- Took initial forms into account when combining FormSet.min_nu...Stephen Burrows2014-05-161-3/+2
* Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin.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-023-0/+6
* Fixed all E261 warningscoagulant2013-11-021-3/+3
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Removed some direct settings manipulations in tests; refs #21230.Bouke Haarsma2013-10-211-4/+3
* Removed unused local variables in tests.Tim Graham2013-10-191-3/+2