summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2016-09-01[1.10.x] Clarified URL regex check message with respect to include().Riccardo Magliocchetti
2016-09-01[1.10.x] Refs #27162 -- Complemented docs related to CreateExtensionClaude Paroz
2016-08-31[1.10.x] Made settings docs link to cache parameters more specific.Ed Morley
2016-08-30[1.10.x] Fixed #27145 -- Updated Storage.save() docs for refs #18899.Tim Graham
2016-08-26[1.10.x] Fixed incorrect variable name in {% regroup %} docs.Baptiste Mispelon
2016-08-23[1.10.x] Fixed #26998 -- Reverted some admin checks from checking field.many_...Collin Anderson
2016-08-19[1.10.x] Fixed #26987 -- Documented using QuerySet.get() without arguments.Abhishek Bera
2016-08-18[1.10.x] Refs #25854 -- Completed a RequestContext docs example.Tim Graham
2016-08-17[1.10.x] Fixed #26616 -- Clarified model usage in AppConfig.ready().Kevin Christopher Henry
2016-08-17[1.10.x] Fixed incorrect doc reference to Field.initial.Jon Dufresne
2016-08-15[1.10.x] Made cosmetic edits to Field.default docs.Victor Oliveira da Silva
2016-08-12[1.10.x] Fixed #27048 -- Documented that refresh_from_db() doesn't reload @ca...Tim Graham
2016-08-12[1.10.x] Removed some unnecessary repetition in PostgreSQL operations docs.Tim Graham
2016-08-11[1.10.x] Fixed #27050 -- Corrected django.setup()'s parameter name in docs.Tim Graham
2016-08-10[1.10.x] Documented GeoHash's precision parameter.Sergey Fedoseev
2016-08-09[1.10.x] Unified SpatiaLite spellingClaude Paroz
2016-08-08[1.10.x] Fixed docs to refer to HSTS includeSubdomains as a directive.Ed Morley
2016-08-08[1.10.x] Fixed typos in db-api GIS docsClaude Paroz
2016-08-01[1.10.x] Fixed #26927 -- Made subwidget iteration pass disabled and required ...Jon Dufresne
2016-07-30[1.10.x] Removed unnecessary 'just' from docs/ref/templates/api.txt.Ana Balica
2016-07-25[1.10.x] Fixed #26946 -- Clarified instructions for customizing collectstatic...Tim Graham
2016-07-25[1.10.x] Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering...Tim Graham
2016-07-21[1.10.x] Fixed #26899 -- Documented why RawSQL params is a required parameter.petedmarsh
2016-07-21[1.10.x] Fixed #26918 -- Clarified source of pre/post_save update_fields argu...Tim Graham
2016-07-15[1.10.x] Fixed inconsistent indentation in docs/ref/models/options.txtTim Graham
2016-07-14[1.10.x] Reverted "Fixed #25388 -- Added an option to allow disabling of migr...Tim Graham
2016-07-14[1.10.x] Fixed typos in docs/ref/contrib/postgres/search.txtTom Carrick
2016-07-08[1.10.x] Refs #25774 -- Adjusted datetime database function docs field names.Simon Charette
2016-07-08[1.10.x] Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_nameSean Marlow
2016-07-07Fixed a typo in docs/ref/contrib/postgres/search.txt.Mathieu Richardoz
2016-07-06[1.10.x] Fixed capitalization of "URL pattern".Tim Graham
2016-07-06[1.10.x] Fixed #25461 -- Corrected meta API code examples to account for MTI.Romain Garrigues
2016-06-30[1.10.x] Fixed #26002 -- Explained ModelAdmin.get_search_results() example.Tim Graham
2016-06-28[1.10.x] Refs #23386 -- Documented that F() expressions are applied on each m...Tsering
2016-06-28[1.10.x] Used strict comparison in docs/ref/csrf.txt's JavaScript.Camilo Nova
2016-06-27[1.10.x] Fixed #26806 -- Triple quoted docstrings in docs/ref/forms/validatio...Anderson Resende
2016-06-21[1.10.x] Fixed #26787 -- Documented deleting and reloading of model instance ...Tim Graham
2016-06-20[1.10.x] Fixed #26776 -- Documented url()'s view argument.Andrew Nester
2016-06-15[1.10.x] Fixed broken links in docs and comments.Ville Skyttä
2016-06-15[1.10.x] Refs #14030 -- Updated docs per "Improved expression support for pyt...Sergey Fedoseev
2016-06-15[1.10.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txtTim Graham
2016-06-14[1.10.x] Fixed #26754 -- Documented django.template.context_processors.tzVille Skyttä
2016-06-07[1.10.x] Fixed #26704 -- Documented DjangoJSONEncoder.Tommy Beadle
2016-06-06[1.10.x] Added some links to the TypedChoiceField docs.Jon Dufresne
2016-06-03[1.10.x] Fixed #26596 -- Added Jinja2 {{ csrf_input }} documentation.B. J. Potter
2016-06-03[1.10.x] Added syntax highlighting to CSRF example.B. J. Potter
2016-06-03[1.10.x] Fixed #26021 -- Applied hanging indentation to docs.Ed Henderson
2016-06-02[1.10.x] Refs #26628 -- Documented CSRF failure logging.Holly Becker
2016-06-02[1.10.x] Fixed #26526 -- Documented QuerySet.latest()'s dependency on databas...Chad Shryock
2016-06-01[1.10.x] Fixed #26695 -- Clarified return value of View.options().Tim Graham