django1/django
Sergey Fedoseev 183f501540 Fixed -- Fixed handling of empty geometries in BaseSpatialField.get_db_prep_save(). 2016-12-06 13:58:22 -05:00
..
apps Refs -- Removed obsolete comments about deferred model classes. 2016-11-20 18:22:13 -05:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Refs -- Allowed storing CSRF tokens in sessions. 2016-11-30 08:57:27 -05:00
contrib Fixed -- Fixed handling of empty geometries in BaseSpatialField.get_db_prep_save(). 2016-12-06 13:58:22 -05:00
core Refs -- Made Paginator's exception messsages translatable. 2016-12-01 08:39:48 -05:00
db Refs -- Fixed Python 3.6 deprecation warning for empty model super() calls. 2016-12-05 19:37:23 -05:00
dispatch Fixed -- Made Signal.send()/send_robust() a tiny bit faster. 2016-11-22 09:30:14 -05:00
forms Fixed -- Prevented ModelFormSet from creating objects for invalid PKs in data. 2016-12-06 13:06:58 -05:00
http Fixed -- Allowed contrib.sites to match domains with trailing ".". 2016-11-29 18:17:10 -05:00
middleware Refs -- Allowed storing CSRF tokens in sessions. 2016-11-30 08:57:27 -05:00
template Fixed -- Fixed charset param in SimpleTemplateResponse.__init__(). 2016-11-24 05:56:39 -05:00
templatetags Fixed -- Simplified time zone handling by requiring pytz. 2016-10-27 08:53:20 -04:00
test Fixed -- Made Client.force_login() skip auth backends without get_user(). 2016-12-01 09:50:08 -05:00
urls Fixed -- Avoided unnecessary recompilation of non-translated URL regexes. 2016-11-14 18:58:23 -05:00
utils Fixed -- Made Archive.extract() preserve file permissions. 2016-12-06 08:28:36 -05:00
views Fixed -- Fixed crash in the debug view when request.user errors. 2016-12-06 12:28:00 -05:00
__init__.py Bumped version; master is now 1.11 pre-alpha. 2016-05-19 22:20:21 -04:00
__main__.py Fixed -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed -- Relaxed hard-type checking in get_object/list_or_404 shortcuts 2016-03-29 21:34:20 +02:00