django1/django/contrib/contenttypes
Loic Bistuer d847ddfe1d Fixed #3871 -- Fixed regression introduced by 04a2a6b.
Added do_not_call_in_templates=True attribute to RelatedManagers
to prevent them from being called.

Thanks jbg@ for the report.
2013-09-30 15:43:44 -04:00
..
locale Updated translation templates and removed en translations 2013-05-02 16:25:23 +02:00
__init__.py MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. 2006-05-02 01:31:56 +00:00
generic.py Fixed #3871 -- Fixed regression introduced by 04a2a6b. 2013-09-30 15:43:44 -04:00
management.py Fixed #20989 -- Removed useless explicit list comprehensions. 2013-08-30 10:57:51 -04:00
models.py (Re-)moved some imports 2013-05-21 17:34:19 +02:00
tests.py Fix NoneType error when fetching a stale ContentType with get_for_id 2013-05-18 17:31:28 +02:00
views.py Replaced an antiquated pattern. 2013-05-17 18:08:58 +02:00