1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/docs/ref
Mariusz Felisiak 538bf43458 Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Thanks Zubair Alam for the initial patch and Tim Graham for the review.
2017-05-23 17:02:40 +02:00
..
class-based-views
contrib Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict. 2017-05-22 21:07:14 -04:00
files Refs #23919 -- Removed File's Python 2 proxied methods. 2017-04-26 14:44:07 -04:00
forms Fixed typo in docs/ref/forms/fields.txt. 2017-05-05 18:24:27 -04:00
models Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL. 2017-05-06 06:59:04 -04:00
templates Fixed #27730 -- Doc'd that template vars created outside a block can't be used in it. 2017-04-26 14:54:57 -04:00
applications.txt Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
checks.txt Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL. 2017-05-23 17:02:40 +02:00
clickjacking.txt Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
csrf.txt Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
databases.txt Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
django-admin.txt Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
exceptions.txt
index.txt
middleware.txt Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
migration-operations.txt
request-response.txt Fixed #28037 -- Clarified that QueryDict.items()/values() are generators. 2017-04-26 20:51:28 -04:00
schema-editor.txt
settings.txt Fixed #28062 -- Added a setting to disable server-side cursors on PostgreSQL. 2017-05-06 06:59:04 -04:00
signals.txt Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537). 2017-04-06 09:09:49 -04:00
template-response.txt
unicode.txt Refs #28196 -- Removed mentions of bytestrings for EmailMessage 2017-05-14 19:42:32 +02:00
urlresolvers.txt Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 2017-01-26 19:49:03 +01:00
urls.txt Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
utils.txt Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
validators.txt Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
views.txt Refs #23919, #27778 -- Removed obsolete mentions of unicode. 2017-01-26 08:19:27 -05:00