summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2015-09-11[1.8.x] Fixed #25382 -- Removed obsolete references to DateQuerySet.Renato Oliveira
2015-09-11[1.8.x] Fixed #25351 -- Added example for database test settings to docs.Jose Carlos Menezes
2015-09-11[1.8.x] Fixed #25380 -- Added Postgres.app to the PostGIS options on OS X.Flavio Curella
2015-09-09[1.8.x] Fixed #25371 -- Added reverse_sql and reverse_code examples to docs.Bibhas
2015-09-05[1.8.x] Removed some discussion of deprecated {% url %} behavior.Tim Graham
2015-09-05[1.8.x] Added default value for default kwargs for QueryDict.David Sanders
2015-09-04[1.8.x] Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-09-03[1.8.x] Moved misplaced versionadded annotation.Tim Graham
2015-08-27[1.8.x] Refs #2495 -- Documented that MySQL cannot have TextField(unique=True).Tim Graham
2015-08-25[1.8.x] Updated PROJ.4 link to new GitHub wiki.David Sanders
2015-08-25[1.8.x] Fixed #25309 -- Corrected that ATOMIC_REQUESTS applies per view not p...Tim Graham
2015-08-19[1.8.x] Recommended the JavaScript Cookie library instead of jQuery cookie.Marc
2015-08-18[1.8.x] Used consistent capitalization and hyphenation of "class-based views"...Anton Strogonoff
2015-08-17[1.8.x] Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff
2015-08-14[1.8.x] Fixed #25268 -- Tweaked wording in docs/ref/forms/api.txtTim Graham
2015-08-13[1.8.x] Fixed #24988 -- Documented passing a dictionary of ValidationErrors t...Adam Brenecki
2015-08-12[1.8.x] Corrected indentation of JsonResponse docs.Tim Graham
2015-08-11[1.8.x] Fixed typo in docs/ref/contrib/gis/geoquerysets.txtTim Graham
2015-08-10[1.8.x] Fixed #25160 -- Moved unsaved model instance data loss check to Model...Tim Graham
2015-08-08[1.8.x] Refs #25236 -- Discouraged use of ifequal/ifnotequal template tags.Tim Graham
2015-08-08[1.8.x] Corrected some inconsistent headings in docs/ref/templates/builtins.txt.Tim Graham
2015-08-08[1.8.x] Updated Wikipedia links to use httpsClaude Paroz
2015-08-05[1.8.x] Fixed #25213 -- Discouraged use of QuerySet.extra()Tim Graham
2015-08-05[1.8.x] Fixed #25212 -- Documented the RawSQL expression.Tim Graham
2015-08-04[1.8.x] Fixed #25224 -- Fixed typo in docs/ref/contrib/flatpages.txtTim Graham
2015-08-03[1.8.x] Refs #17914 -- Discouraged using reverese() with callables.Tim Graham
2015-08-01[1.8.x] Fixed #24690 -- Added a warning about mutable defaults for ArrayField.Tim Graham
2015-07-31[1.8.x] Fixed #25174 -- Moved some details of CheckMessage to the reference g...Tim Graham
2015-07-30[1.8.x] Removed unnecessary F() from Func expressions docsAlasdair Nicol
2015-07-27[1.8.x] Fixed #25159 -- Removed brackets from class/function/method signature...Tim Graham
2015-07-27[1.8.x] Fixed typo in docs/ref/middleware.txtjorgecarleitao
2015-07-20[1.8.x] Fixed signature of ModelAdmin.get_paginator() in docs.Ali Vakilzade
2015-07-17[1.8.x] Fixed #25125 -- Updated docs on cookie naming conventions.Konrad Świat
2015-07-15[1.8.x] Fixed typo in SelectDateWidget docs.Tim Graham
2015-07-13[1.8.x] Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settin...Daniel Roseman
2015-07-13[1.8.x] Fixed #24984 -- Added link to Jinja2 static tag instructions in stati...Chris McCollister
2015-07-10[1.8.x] Fixed #25103 -- Corrected versionadded for FileResponseMatthew Madurski
2015-07-09[1.8.x] Fixed #25048 -- Documented that runservers strips headers with unders...Tim Graham
2015-07-04[1.8.x] Fixed #25051 -- Clarified return type of {% now %} tag.Tim Graham
2015-07-03[1.8.x] Fixed mistake in Model.from_db() example.Luke
2015-07-01[1.8.x] Fixed #25041 -- Clarified difference between syncdb and migrate.Tim Graham
2015-06-30[1.8.x] Fixed #25038 -- Reverted incorrect documentation about inspectdb intr...Tim Graham
2015-06-27[1.8.x] Fixed #25033 -- Added context_processors.auth to documented admin dep...Tim Graham
2015-06-25[1.8.x] Refs #24127 -- Added documentation for HttpRequest.current_app.Marten Kenbeek
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-06-22[1.8.x] Fixed #25001 -- Doc'd caveat about collectstatic and removing INSTALL...Tim Graham
2015-06-22[1.8.x] Fixed #24983 -- Clarified contrib.sites Site.domain is fully qualified.Bipin Suresh
2015-06-20[1.8.x] Fixed #25010 -- Documented APP_DIRS default in startproject's setting...Tim Graham
2015-06-19[1.8.x] Fixed #24881 -- Clarified Meta.order_with_respect_to documentationjohannes.linke
2015-06-16[1.8.x] Fixed #24948 -- Fixed crash when uploading bitmap images in forms.Ima...Andriy Sokolovskiy