django1/django
Vytis Banaitis eedf276ed1 [1.11.x] Fixed -- Fixed a crash when subtracting Integer/DurationField from DateField on Oracle/PostgreSQL.
Backport of d5088f838d from master
2017-02-16 12:35:40 -05:00
..
apps Refs -- Removed obsolete comments about deferred model classes. 2016-11-20 18:22:13 -05:00
bin
conf [1.11.x] Updated translation catalogs 2017-01-19 17:07:17 +01:00
contrib [1.11.x] Fixed -- Fixed KeyError in PasswordResetConfirmView.form_valid(). 2017-02-15 00:38:57 +01:00
core [1.11.x] Fixed -- Fixed RequestDataTooBig/TooManyFieldsSent crash. 2017-02-13 16:43:23 -05:00
db [1.11.x] Fixed -- Fixed a crash when subtracting Integer/DurationField from DateField on Oracle/PostgreSQL. 2017-02-16 12:35:40 -05:00
dispatch Fixed -- Made Signal.send()/send_robust() a tiny bit faster. 2016-11-22 09:30:14 -05:00
forms [1.11.x] Fixed -- Fixed ClearableFileInput's "Clear" checkbox on model fields with a default. 2017-02-06 20:55:47 -05:00
http [1.11.x] Corrected http.multipartparser.exhaust() docstring. 2017-01-25 13:40:17 -05:00
middleware Refs -- Allowed storing CSRF tokens in sessions. 2016-11-30 08:57:27 -05:00
template [1.11.x] Fixed -- Reallowed using django.Template in {% include %}. 2017-02-11 06:52:14 -05:00
templatetags Refs -- Made non-staticfiles {% static %} tag quote its output. 2016-12-19 16:18:06 -05:00
test [1.11.x] Replaced dict() usage with dict literals. 2017-01-23 19:14:43 -05:00
urls Fixed -- Clarified NoReverseMatch error message when no view is found. 2017-01-11 21:40:18 -05:00
utils [1.11.x] Removed unused variables that are overwritten. 2017-01-25 09:15:36 -05:00
views [1.11.x] Removed ExceptionReporter support for string exceptions. 2017-02-01 19:48:27 -05:00
__init__.py [1.11.x] Bumped version to 1.11a1. 2017-01-17 19:31:46 -05:00
__main__.py
shortcuts.py Fixed -- Relaxed hard-type checking in get_object/list_or_404 shortcuts 2016-03-29 21:34:20 +02:00