summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
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-10[1.8.x] Removed unnecessary comma in docsClaude Paroz
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-08[1.8.x] Updated Transifex links in docsClaude Paroz
2015-08-07[1.8.x] Fixed #25231 -- Added recording of squashed migrations in the migrate...mlavin
2015-08-07[1.8.x] Fixed #25233 -- Fixed HStoreField.has_changed() handling of initial v...Tim Graham
2015-08-05[1.8.x] Fixed #25229 -- Clarified how an iterable works with @permission_requ...Tim Graham
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-04[1.8.x] Fixed password_reset signature in docsAlasdair Nicol
2015-08-04[1.8.x] Fixed #25136 -- Documented Count('X', distinct=True) in aggregate top...Caio Ariede
2015-08-04[1.8.x] Fixed #25215 -- Solved reference to forms.HStoreField in declaration ...Curtis Maloney
2015-08-03[1.8.x] Refs #17914 -- Discouraged using reverese() with callables.Tim Graham
2015-08-01[1.8.x] Fixed #25207 -- Misspelled word in documentation: dialogueCaio Ariede
2015-08-01[1.8.x] Removed obsolete note about sentry/raven not handling WSGI properly.Matt Robenolt
2015-08-01[1.8.x] Fixed #24690 -- Added a warning about mutable defaults for ArrayField.Tim Graham
2015-08-01[1.8.x] Fixed #25176 -- Prevented TestCase.setUpTestData() exception from lea...Adam Chainz
2015-07-31[1.8.x] Improved link to the supported versions section of the download page.Tim Graham
2015-07-31[1.8.x] Clarified assertRaisesMessage() behavior with respect to the message.Tim Graham
2015-07-31[1.8.x] Fixed #25174 -- Moved some details of CheckMessage to the reference g...Tim Graham
2015-07-31[1.8.x] Fixed #25168 -- Documented how to avoid foreign key constraint error ...Tim Graham
2015-07-30[1.8.x] Removed unnecessary F() from Func expressions docsAlasdair Nicol
2015-07-30[1.8.x] Fixed #25199 -- Fixed dead link to HTMLdoc.Tim Graham