Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/contenttypes_tests/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #24201 -- Added order_with_respect_to support to ↵Alex Hill2015-08-271-0/+39
| | | | GenericForeignKey.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-1/+1
| | | | on_delete for ForeignKey/OneToOneField
* Moved contrib.contenttypes tests out of contrib.Tim Graham2015-02-161-0/+41
|
* Fixed #16727 -- Added protocol-relative URL support to ↵Thomas Sorrel2014-03-031-0/+11
| | | | contenttypes.views.shortcut.
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-1/+1
| | | | | | | | | | | | | This (nearly) completes the work to isolate all the test modules from each other. This is now more important as importing models from another module will case PendingDeprecationWarnings if those modules are not in INSTALLED_APPS. The only remaining obvious dependencies are: - d.c.auth depends on d.c.admin (because of the is_admin flag to some views), but this is not so important and d.c.admin is in always_installed_apps - test_client_regress depends on test_client. Eventually these should become a single module, as the split serves no useful purpose.
* PEP8 cleanupJason Myers2013-11-031-0/+2
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
| | | | | Should be unneeded with Python 2.7 and up. Added some unicode_literals along the way.
* Deprecated django.views.defaults.shortcut.Aymeric Augustin2013-03-141-0/+24