summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2015-09-18[1.8.x] Made assorted improvements to the Oracle documentation.Mariusz Felisiak
2015-09-17[1.8.x] Refs #20625 -- Fixed custom queryset chaining with values() and value...Aric Coady
2015-09-16[1.8.x] Removed unnecessarily rude terminology.Stephen Paulger
2015-09-14[1.8.x] Fixed #25369 -- Corrected syndication's get_object() example.Tim Graham
2015-09-14[1.8.x] Reverted "Fixed #25203 -- Documented how to pass Apache environment v...Tim Graham
2015-09-14[1.8.x] Fixed #25377 -- Changed Count queries to execute COUNT(*) instead of ...Adam Chainz
2015-09-14[1.8.x] Fixed #25393 -- Fixed MySQL crash when adding text/blob field with un...Ville Skyttä
2015-09-12[1.8.x] Refs #25386 -- Added links to the OPTIONS of the built-in template ba...Tim Graham
2015-09-12[1.8.x] Fixed #25384 -- Ordered imports in newly created migration filesMarkus Holtermann
2015-09-11[1.8.x] Refs #25381 -- Clarified that AppConfig model methods search only the...Tim Graham
2015-09-11[1.8.x] Fixed #25203 -- Documented how to pass Apache environment variables t...Paul Rentschler
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 #25372 -- Fixed autocompletion for options of non-argparse comm...Daniel Hahler
2015-09-09[1.8.x] Fixed #25371 -- Added reverse_sql and reverse_code examples to docs.Bibhas
2015-09-05[1.8.x] Updated references to the TEST_* database settings.Aymeric Augustin
2015-09-05[1.8.x] Removed some discussion of deprecated {% url %} behavior.Tim Graham
2015-09-05[1.8.x] Fixed #25355 -- Made two tweaks to docs/topics/db/aggregation.txt.Maarten
2015-09-05[1.8.x] Added default value for default kwargs for QueryDict.David Sanders
2015-09-05[1.8.x] Fixed #24525 -- Fixed AssertionError in some complex queries.Tim Graham
2015-09-04[1.8.x] Added links to new security settings introduced in 1.8.David Sanders
2015-09-04[1.8.x] Refs #25144 -- Revised deprecation timeline: migrations won't become ...Tim Graham
2015-09-04[1.8.x] Refs #25345 -- Updated links to code.google.com.Maxime Lorant
2015-09-04[1.8.x] Updated static files howto title to include JavaScript.David Gibbons
2015-09-03[1.8.x] Fixed #25326 -- Added namedtuple example for executing custom SQL.Dražen Odobašić
2015-09-03[1.8.x] Moved misplaced versionadded annotation.Tim Graham
2015-09-02[1.8.x] Refs #24152 -- Fixed typos in deprecated GeoQuerySet aggregate names.Tim Graham
2015-08-29Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin
2015-08-28[1.8.x] Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that c...Tim Graham
2015-08-27[1.8.x] Refs #2495 -- Documented that MySQL cannot have TextField(unique=True).Tim Graham
2015-08-26[1.8.x] Added 'subtransactions' to spelling wordlist.Tim Graham
2015-08-25[1.8.x] Fixed #25311 -- Removed vague language about "partial commits" from d...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-25[1.8.x] Fixed #25295 -- Restored 'no active translation' after language overrideClaude Paroz
2015-08-22[1.8.x] Fixed #25040 -- Fixed migrations state crash with GenericForeignKeyKai Richard Koenig
2015-08-20[1.8.x] Fixed #24951 -- Fixed AssertionError in delete queries involving a fo...Tim Graham
2015-08-19[1.8.x] Recommended the JavaScript Cookie library instead of jQuery cookie.Marc
2015-08-19[1.8.x] Fixed style issues in testing docsMarkus Holtermann
2015-08-18[1.8.x] Added stub release notes for 1.8.5.Tim Graham
2015-08-18[1.8.x] Used consistent capitalization and hyphenation of "class-based views"...Anton Strogonoff
2015-08-18[1.8.x] Fixed DoS possiblity in contrib.auth.views.logout()Tim Graham
2015-08-18[1.8.x] Added stub release notes for security releases.Tim Graham
2015-08-17[1.8.x] Limited line length in docs/ref/contrib/messages.txt example.Anton Strogonoff
2015-08-15[1.8.x] Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops ...Caio Ariede
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] Updated memcached library links to point to PyPI.Tim Graham