summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2017-06-28Fixed #28294 -- Doc'd request/args/kwargs attributes of class-based views.Mike Vasiliou
2017-06-27Fixed #28336 -- Fixed typo in docs/ref/settings.txt.Laura
2017-06-27Fixed #28046 -- Added the db_tablespace parameter to class-based indexes.Mariusz Felisiak
2017-06-27Fixed #28330 -- Prevented passing positional arguments to an Index.Mariusz Felisiak
2017-06-26Fixed #28313 -- Added model name max length check of 100 characters in contri...michaldabski
2017-06-26Fixed #27964 -- Made MySQL backend raise exception if spatial transformation ...Sergey Fedoseev
2017-06-26Fixed GEOSGeometry reference in GIS tutorial.Sergey Fedoseev
2017-06-22Refs #16870 -- Doc'd that CSRF protection requires the Referer header.Flávio Juvenal
2017-06-20Fixed typo in docs/ref/request-response.txt.aruseni
2017-06-20Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.Mads Jensen
2017-06-19Fixed #27858 -- Prevented read-only management commands from creating the dja...Marti Raudsepp
2017-06-19Fixed #18485 -- Doc'd behavior of PostgreSQL when manually setting AutoField.François Freitag
2017-06-16Fixed #28300 -- Allowed GDALRasters to use the vsimem filesystem.Daniel Wiesmann
2017-06-13Fixed #27434 -- Doc'd how to raise a model validation error for a field not i...Matthias Kestenholz
2017-06-09Fixed typo in docs/ref/models/querysets.txt.Tim Graham
2017-06-09Fixed typo in docs/ref/contrib/postgres/fields.txt.Tim Graham
2017-06-08Fixed #28103 -- Added quarter extract, truncation, and lookup.Mads Jensen
2017-06-08Fixed #28288 -- Allowed passing papsz options to GDALRaster initialization.Daniel Wiesmann
2017-06-08Refs #25240 -- Added ExtractWeek examples.Mads Jensen
2017-06-07Fixed #28165 -- Ignored case in FileExtensionValidator's allowed_extensions.Arne de Laat
2017-06-07Corrected FileExtensionValidator doc regarding the value being validated.Tim Graham
2017-06-07Fixed #28257 -- Confirmed support for GDAL 2.2Claude Paroz
2017-06-07Fixed #28232 -- Made raster metadata readable and writable on GDALRaster/Band.Daniel Wiesmann
2017-06-06Fixed typo in docs/ref/class-based-views/mixins-single-object.txt.Tim Graham
2017-06-05Fixed #28102 -- Doc'd how to compute path to built-in widget template directo...Windson yang
2017-06-03Fixed #28192 -- Required passing optional form field args as keyword args.Claude Paroz
2017-06-03Fixed typo in docs/ref/forms/fields.txt.Tim Graham
2017-06-03Refs #28192 -- Fixed documentation of ChoiceField choices requirementClaude Paroz
2017-06-03Fixed #28190 -- Clarifed how include/extends treat template names.Anupam
2017-06-02Fixed #26028 -- Added overriding templates howto.Philip James
2017-06-02Fixed #28260 -- Allowed customizing the test tablespace initial and autoexten...Mariusz Felisiak
2017-06-02Fixed #28266 -- Fixed typo in docs/ref/models/instances.txt.Lachlan Musicman
2017-06-01Fixed #27639 -- Added chunk_size parameter to QuerySet.iterator().François Freitag
2017-06-01Clarified QuerySet.iterator()'s docs on server-side cursors.François Freitag
2017-05-31Refs #27777 -- Improved docs/added test for File context manager change.Ingo Klöcker
2017-05-30Refs #26294 -- Fixed typo in docs/ref/django-admin.txt.René Fleschenberg
2017-05-29Removed incorrect "required" attribute in docs/ref/forms/fields.txt.Tim Graham
2017-05-27Corrected REPL example in forms docs for Python 3.Jon Dufresne
2017-05-27Fixed #27922 -- Added ErrorDict.get_json_data().Tim Heap
2017-05-27Fixed #27881 -- Added diffsettings --output option.Chris Lamb
2017-05-26Fixed #27978 -- Allowed loaddata to read data from stdin.Pavel Kulikov
2017-05-25Fixed #28239 -- Removed docs for a removed arg of template.Context.Tim Graham
2017-05-23Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.Mariusz Felisiak
2017-05-22Fixed #28112 -- Added 'time_zone' in GeoIP2.city() dict.R3turnz
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-05-22Fixed #28015 -- Added makemessages --add-location option.Ling-Xiao Yang
2017-05-20Pointed Dive into Python links to python3 siteMichiel Beijen
2017-05-15Refs #27996 -- Skipped RandomUUID test on PostgreSQL 9.3.Tim Graham
2017-05-14Fixed #28195 -- Added OSMWidget.default_zoom attribute.Danilo Bargen
2017-05-14Refs #28196 -- Removed mentions of bytestrings for EmailMessageClaude Paroz