Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/contenttypes_tests
Commit message (Expand)AuthorAgeFilesLines
* Refs #24099 -- Removed compatibility shim for ContentType...Tim Graham2015-09-241-21/+0
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-2/+8
* Fixed #24201 -- Added order_with_respect_to support to Ge...Alex Hill2015-08-272-0/+57
* Fixed #25160 -- Moved unsaved model instance data loss ch...Tim Graham2015-08-101-48/+0
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-282-12/+12
* Fixed #24495 -- Allowed unsaved model instance assignment...Karl Hobley2015-03-191-0/+27
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-71/+27
* Moved contrib.contenttypes tests out of contrib.Tim Graham2015-02-162-0/+331
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+3
* Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz2015-01-161-3/+3
* Replaced router.routers usage with override_settings(DATA...wrwrwr2014-12-011-9/+4
* Fixed #23930 -- Added copies of captured_std* managers fr...wrwrwr2014-11-291-13/+7
* Fixed #23338 -- Added warning when unique=True on ForeigKeyDiego Guimarães2014-11-281-0/+2
* Removed unnecessary absolute_imports.Tim Graham2014-08-251-1/+1
* Improved patching of sys.stdout in refs #23078.Tim Graham2014-07-241-10/+7
* Fixed #23078 -- Regression in update_contenttypes() inter...Nick Sandford2014-07-231-0/+38
* Fixed #10811 -- Made assigning unsaved objects to FK, O2O...Anubhav Joshi2014-06-051-0/+21
* Fixed #20401 -- ContentTypeManager.get_for_model reads fr...Antonis Christofides2014-05-291-1/+38
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of do...chriscauley2014-04-171-1/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+5
* Fixed #16727 -- Added protocol-relative URL support to co...Thomas Sorrel2014-03-033-1/+46
* Edited model and field checks for grammar and consistency.Russell Keith-Magee2014-03-031-13/+11
* Edited model check messages for grammar and consistency.Russell Keith-Magee2014-03-031-6/+6
* Cleanup of contrib.contenttypes check messages.Russell Keith-Magee2014-03-031-59/+15
* Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette2014-01-261-24/+26
* Fixed #16905 -- Added extensible checks (nee validation) ...Russell Keith-Magee2014-01-201-2/+301
* Fixed #21774 -- Isolate all test urls from eachother.Marc Tamlyn2014-01-141-1/+1
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Deborgified the app cache.Aymeric Augustin2013-12-171-2/+2
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-1/+1
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-1/+1
* Added more tests for ContentTypeManager.get_for_model.Antonis Christofides2013-11-241-0/+21
* PEP8 cleanupJason Myers2013-11-032-0/+3
* Removed most of absolute_import importsClaude Paroz2013-07-293-3/+3
* Deprecated django.views.defaults.shortcut.Aymeric Augustin2013-03-145-0/+125