summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2015-06-20Fixed #14200 -- Added a fallback if HttpRequest.urlconf is None.Marten Kenbeek
2015-06-20Added GDAL 2.0 supportClaude Paroz
2015-06-19Fixed #23804 -- Added RasterField for PostGIS.Daniel Wiesmann
2015-06-19Fixed #24881 -- Clarified Meta.order_with_respect_to documentationjohannes.linke
2015-06-18Fixed #24834 -- Fixed get_current_site() when Host header contains port.Nick Pope
2015-06-16Fixed #24948 -- Fixed crash when uploading bitmap images in forms.ImageFieldAndriy Sokolovskiy
2015-06-16Fixed #24971 -- Made startapp generate an apps.pyMounir Messelmeni
2015-06-15Fixed #24894 -- Added contrib.postgres.functions.TransactionNowAdam Chainz
2015-06-12Fixed #24963 -- Added File.seekable() on Python 3.Carson Gee
2015-06-11Used PEP 8 style indentation in forms docs.Nick Smith
2015-06-10Refs #16860 -- Minor edits and fixes to password validation.Tim Graham
2015-06-09Fixed import in docs/ref/contrib/syndication.txtargaen
2015-06-09Clarified the default form widgets for model number fields in docsMatt Deacalion Stevens
2015-06-08Fixed #24956 -- Fixed typo in docs/ref/forms/widgets.txtTim Graham
2015-06-08Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek
2015-06-08Fixed #24796 -- Added a hint on placement of SecurityMiddleware in MIDDLEWARE...Marissa Zhou
2015-06-08Fixed #24952 -- Fixed example SQL in Func() expressions docsAlasdair Nicol
2015-06-07Fixed #16860 -- Added password validation to django.contrib.auth.Erik Romijn
2015-06-06Fixed #24922 -- Added system check for templates settingSergei Maertens
2015-06-06Fixed #24906 -- Fixed ResolverMatch.app_name for nested namespaces.Marten Kenbeek
2015-06-05Minor edits to Greatest/Least docs; refs #24767.Tim Graham
2015-06-05Fixed #22571 -- Added clarification about auto_now_add=TrueYamila Moreno
2015-06-05Capitalized "Python" in docs.Tim Graham
2015-06-05Fixed #24925 -- Document using Coalesce on MySQLIan Foote
2015-06-05Fixed #24767 -- Added Greatest and Least expressionsIan Foote
2015-06-04Fixed #22316 -- Added time filters to TimeField on SQLite.Matthew Somerville
2015-06-04Fixed #24474 -- Allowed configuring the admin's empty change list value.Loek van Gent
2015-06-04Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville
2015-06-04Fixed #24837 -- field__contained_by=RangeMarc Tamlyn
2015-06-04Fixed #24191 -- Documented Form.changed_dataAlasdair Nicol
2015-06-02Fixed #24866 -- Added Now() database functionAdam Chainz
2015-06-02Fixed #24896 -- Doc'd clickjacking protection doesn't overwrite X-Frame-Optio...Simeon J Morgan
2015-06-02Fixed #9596 -- Added date transform for DateTimeField.Jon Dufresne
2015-06-01Fixed #24880 -- Added more explicit docs on select_for_update() on SQLite.Przemysław Suliga
2015-05-31Refs #24811 -- Fixed syntax error in CREATE EXTENSION example query.Tim Graham
2015-05-30Fixed #24604 -- Added JSONField to contrib.postgres.Marc Tamlyn
2015-05-30Add HasAnyKeys lookup for HStoreField.Marc Tamlyn
2015-05-29Optimise the rest of the PNGs in docsCurtis
2015-05-26Fixed typos in docs/ref/forms/widgets.txtI am Clinton
2015-05-25Fixed #24788 -- Allowed Forms to specify a prefix at the class level.Paweł Marczewski
2015-05-25Minor edits to docs/ref/forms/validation.txtI am Clinton
2015-05-25Fixed typos in docs/ref/forms/fields.txtI am Clinton
2015-05-23Fixed #24811 -- Added details on installing PostgreSQL extensions.Tim Graham
2015-05-22Fixed #16891 -- Made Model/QuerySet.delete() return the number of deleted obj...Alexander Sosnovskiy
2015-05-22Fixed #24839 -- Removed references to deprecated contrib.webdesign.Tim Graham
2015-05-21Cosmetic edits and minor fixes to docs/ref/contrib/admin/index.txtI am Clinton
2015-05-21Fixed #24813 -- Documented {% include %} debug behavior varianceAndrei Kulakov
2015-05-21Cosmetic edits and minor corrections to docs/ref/django-admin.txt.garwoodpr
2015-05-21Cosmetic edits and minor corrections to docs/ref/settings.txt.garwoodpr
2015-05-21Fixed #17085, #24783 -- Refactored template library registration.Preston Timmons