django1/django/contrib/contenttypes
Andrew Godwin c5578ba9fa [1.7.x] Fixed #22411: Throw a more helpful error if contenttypes doesn't exist.
Conflicts:
	django/contrib/contenttypes/models.py
2014-09-05 12:05:25 -07:00
..
locale [1.7.x] Fetched translations from Transifex 2014-08-20 10:05:47 +02:00
migrations [1.7.x] Added database migration for contrib.contenttypes. 2014-06-16 15:03:27 -04:00
tests [1.7.x] Added database migration for contrib.contenttypes. 2014-06-16 15:03:27 -04:00
__init__.py Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
admin.py [1.7.x] Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin. 2014-05-15 07:02:06 -04:00
apps.py [1.7.x] Fixed #22195 -- Used constants to define built-in tags for check framework. 2014-04-10 08:54:32 -04:00
checks.py Fixed #19774 -- Deprecated the contenttypes.generic module. 2014-01-26 14:42:30 -05:00
fields.py [1.7.x] Fixed #22982 -- Added GenericRelatedObjectManager.__str__. to prevent crash. 2014-08-07 14:41:28 -04:00
forms.py [1.7.x] Fixed #17642 -- Added min_num support to modelformsets, inlines, and the admin. 2014-05-15 07:02:06 -04:00
generic.py Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
management.py [1.7.x] Fixed #23078 -- Regression in update_contenttypes() interactivity. 2014-07-23 08:49:55 -04:00
models.py [1.7.x] Fixed #22411: Throw a more helpful error if contenttypes doesn't exist. 2014-09-05 12:05:25 -07:00
views.py Fixed #16727 -- Added protocol-relative URL support to contenttypes.views.shortcut. 2014-03-03 22:57:06 +01:00