summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
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
Updated the command to match the documentation, which states it runs over all .po files.
2015-06-04Fixed #24837 -- field__contained_by=RangeMarc Tamlyn
Provide `contained_by` lookups for the equivalent single valued fields related to the range field types. This acts as the opposite direction to rangefield__contains. With thanks to schinckel for the idea and initial tests.
2015-06-04Fixed #24191 -- Documented Form.changed_dataAlasdair Nicol
Thanks rhertzog and Björn Påhlsson for the suggestion.
2015-06-02Fixed #24866 -- Added Now() database functionAdam Chainz
2015-06-02Fixed #24896 -- Doc'd clickjacking protection doesn't overwrite ↵Simeon J Morgan
X-Frame-Options header.
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 ↵Alexander Sosnovskiy
objects.
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
* Converted the ``libraries`` and ``builtins`` globals of ``django.template.base`` into properties of the Engine class. * Added a public API for explicit registration of libraries and builtins.
2015-05-20Fixed typo in docs/ref/contrib/admin/index.txtlatyas(懒)
2015-05-18Fixed typos in docs/ref/request-response.txtI am Clinton
2015-05-17Fixed #24630 -- Clarified docs about RunPython transactions.Tim Graham
Thanks Markus Holtermann for review.
2015-05-17Fixed #23820 -- Supported per-database time zone.Aymeric Augustin
The primary use case is to interact with a third-party database (not primarily managed by Django) that doesn't support time zones and where datetimes are stored in local time when USE_TZ is True. Configuring a PostgreSQL database with the TIME_ZONE option while USE_TZ is False used to result in silent data corruption. Now this is an error.
2015-05-16Fixed #24774 -- Made contrib.site's Site.domain field uniquePiotr Jakimiak
2015-05-13Fixed broken link in settings docsPiotr Jakimiak
2015-05-11Fixed #24733 -- Passed the triggering exception to 40x error handlersClaude Paroz
Thanks Tim Graham for the review.
2015-05-11Fixed #24553 -- Added the list of available applications to ↵Riccardo Magliocchetti
AdminSite.each_context()
2015-05-08Fixed #24763 -- Moved DoesNotExist exception to model docs.David Krisch
2015-05-07Fixed typo in docs/ref/models/expressions.txtIan Foote
2015-05-06Fixed #24520 -- Documented Widget.supports_microsecondswdmgsm
2015-05-06Fixed typos in docs/ref/contrib/gis/geoquerysets.txtSławomir Ehlert
2015-05-05Fixed #24736 -- Documented the Sitemap.limit attributeAbhaya Agarwal
2015-05-02Fixed #24693 -- Added label and label_lower property to Model._metaLuis Del Giudice
2015-05-01Updated capitalization in the word "JavaScript" for consistencyDave Hodder
2015-04-29Fixed #24665 -- Clarified model field flag defaults.Tim Graham
2015-04-28Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.Markus Bertheau
2015-04-27Removed initial data from flush docs since it's removed; refs #24711.Tim Graham
2015-04-25Fixed #24704 -- Clarified system check interaction with runserver.Tim Graham
2015-04-25Fixed #24649 -- Allowed using Avg aggregate on non-numeric field types.Tim Graham
2015-04-25Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham
2015-04-24Fixed #24643 -- Added get_context_data() method to FormMixinAndrei Kulakov
2015-04-24Fixed #22598 -- Allowed make_aware() to work with ambiguous datetimeJosh Smeaton
2015-04-24Fixed #24656 -- Added missing imports to query expressions doc.Nicolas Noé
2015-04-24Fixed #24695 -- Tidied up a couple of regexes in the CBV docsAlasdair Nicol
Thanks datakid for the report
2015-04-24Documented INSTALLED_APPS requirement for HStoreField.Tim Graham