django1/django/db/models/fields
Aymeric Augustin 9ed6e08ff9 Removed deprecated URLField.verify_exists.
The deprecation schedule was slightly accelerated because of possible security ramifications.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@17847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-31 13:55:03 +00:00
..
__init__.py Removed deprecated URLField.verify_exists. 2012-03-31 13:55:03 +00:00
files.py Fixed #17219 -- Updated model field descriptions to be more precise. Thanks, charettes. 2012-02-09 18:57:54 +00:00
proxy.py Fixed #13328 -- Ensured that querysets on models with callable defaults can be pickled. No, really this time. Thanks to Alex for his help brainstorming the solution. 2010-04-21 16:34:33 +00:00
related.py Fixed #17696 - Queryset prefetch_related() ignores using() 2012-03-01 00:57:01 +00:00
subclassing.py Removed deprecated legacy connection handling for `Field.get_db_*`. 2011-03-30 17:48:42 +00:00