django1/django/contrib
Mariusz Felisiak 9924c8a8b0 [1.11.x] Fixed #27924 -- Added support for cx_Oracle 5.3.
- Fixed Oracle backend due to cx_Oracle 5.3 change in the
Cursor.description behavior i.e. "Use None instead of 0 for items in
the Cursor.description attribute that do not have any validity.".
- Used cx_Oracle.Object.size() instead of len().
Thanks Tim Graham for the review.

Backport of 75503a823f from master
2017-03-10 23:07:50 +01:00
..
admin [1.11.x] Fixed #27905 – Added RelatedFieldWidgetWrapper.value_omitted_from_data(). 2017-03-07 13:56:45 -05:00
admindocs [1.11.x] Fixed #27781 -- Made simplify_regex() remove outstanding '?' characters. 2017-01-26 18:36:54 -05:00
auth [1.11.x] Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend. 2017-03-07 19:54:23 -05:00
contenttypes Fixed #27709 -- Fixed get_for_models() for proxies with an empty cache. 2017-01-13 10:02:01 -05:00
flatpages Updated translations from Transifex 2016-09-30 22:12:41 +02:00
gis [1.11.x] Fixed #27924 -- Added support for cx_Oracle 5.3. 2017-03-10 23:07:50 +01:00
humanize Fixed E305 flake8 warnings. 2016-11-14 12:30:46 -05:00
messages Fixed #27688 -- Made messages' add_message() request check use ducktyping. 2017-01-09 18:03:10 -05:00
postgres [1.11.x] Refs #26610 -- Added CIText mixin and CIChar/Email/TextField. 2017-02-11 07:16:58 -05:00
redirects Updated translations from Transifex 2016-09-30 22:12:41 +02:00
sessions Fixed #27363 -- Replaced unsafe redirect in SessionMiddleware with SuspiciousOperation. 2016-11-01 07:15:56 -04:00
sitemaps Added tests for contrib.sitemaps.ping_google(). 2016-11-22 18:27:19 -05:00
sites Fixed #27181 -- Allowed contrib.sites to match domains with trailing ".". 2016-11-29 18:17:10 -05:00
staticfiles Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths. 2017-01-11 09:21:29 -05:00
syndication Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00