summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2014-08-14[1.7.x] Fixed #23265 -- Used system-specific encoding in runserverClaude Paroz
Thanks SpaceFox for the report. Backport of 055d95fce066 from master.
2014-08-13[1.7.x] Corrected content_type parameter name in sitemap docs.Tim Graham
mimetype was deprecated in 1.5 per 11ec0253ab4cc926ab9e77619132cb398231ac33. Backport of a7443c24a3 from master
2014-08-13[1.7.x] Removed doc reference to removed HttpResponse.mimetype.Tim Graham
Backport of da009ce32c from master
2014-08-13[1.7.x] Fixed #23283 -- Added default=False to BooleanField's in the docs.Ola Sitarska
Thanks Baptiste for the suggestion. Backport of 6947885926 from master
2014-08-13[1.7.x] Improved formatting of deconstruct() docs.areski
Backport of d441a9d006 from master
2014-08-12[1.7.x] Refs #23276: Removed bad examples of passing views as strings to url()Collin Anderson
partial backport of a9fd740d22 from master
2014-08-12[1.7.x] Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska
Backport of 549284faa4 from master
2014-08-12[1.7.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt.Tim Graham
Backport of 2003cb23d4 from master
2014-08-11[1.7.x] Added a warning that remove_tags() output shouldn't be considered safe.Tim Graham
Backport of 7efce77de2 from master
2014-08-11[1.7.x] Fixed #23267 -- Fixed typo in Translation documentationOla Sitarska
Thanks to Tomin1 for the report. Backport of 2e7be92b4df29ac851d570e57da5dcf756c5ac52 from master.
2014-08-08[1.7.x] Removed some tabs in the docs.Tim Graham
Backport of 73ff4498aa from master
2014-08-08[1.7.x] Fixed #23257 -- Updated docs for new django-jython release.Andreas Stocker
Backport of f3ef55ea7a from master
2014-08-08[1.7.x] Bumped django_next_version in docs config.Tim Graham
2014-08-07[1.7.x] Fixed #23252: Call out removed features in release notes.Andrew Godwin
Also added StrAndUnicode mixin note to deprecation plan as it was missing.
2014-08-06[1.7.x] Removed a doc reference to the deprecated `mimetype` kwarg.Mohammed Attia
Backport of 61ed959235 from master
2014-08-05[1.7.x] Fixed #21792 -- Documented Form.has_changed()Tim Graham
Thanks bjb at credil.org for the suggestion and Ivan Mesic for the draft patch. Backport of edcc75e5ac from master
2014-08-05[1.7.x] Fixed broken links in docs.Tim Graham
Backport of 0efd72dc90 from master
2014-08-05[1.7.x] Updated links for continous integration server.Tim Graham
Backport of 21d0ceefb5 from master
2014-08-04[1.7.x] Fixed #23169 - Misc docs fixes.areski
Backport of e4dd8b5dde from master
2014-08-02[1.7.x] Removed notes for versions of SQLite older than 5 years.Tim Graham
Backport of a9fa3d4667 from master
2014-08-02[1.7.x] Fixed #23154 -- Removed reference to deprecated run_gunicorn command.Tim Graham
Thanks frewsxcv for the report. Backport of 75f2c65cb6 from master
2014-08-02[1.7.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docsErik Romijn
Backport of e26366da44bb343e7a95d01ff0dd18b8026c2802 from master.
2014-08-02[1.7.x] Updated MySQL links to version 5.6.Tim Graham
Backport of fb4f3e04b1 from master
2014-08-02[1.7.x] Fixed #23148 -- Minor tweaks in tutorial code samplesErik Romijn
Backport of e075d2e66baae98c5b5c06bff384665ab50e0223 from master.
2014-08-01[1.7.x] Fixed typo in docs/topics/testing/tools.txt.Tim Graham
Backport of 7ce4ef58c9 from master
2014-07-31[1.7.x] Used JsonResponse in CBV examples.Loic Bistuer
Thanks Hiroki Kiyohara and Tim Graham for the reviews. Backport of 7579080899 from master
2014-07-31[1.7.x] Updated timezone docs to use timezone.now()Tim Graham
Thanks James Cleveland for the report and Aymeric for suggesting the solution. Backport of da59902250 from master
2014-07-30[1.7.x] Fixed #23134 -- Fixed typos in docs/ref/models/querysets.txt.Tim Graham
Thanks Josh Kupershmidt. Backport of 66630f589c from master
2014-07-30[1.7.x] Forwardported 1.6.6 release note for #19107.Tim Graham
Backport of 7fcfefbc4a from master
2014-07-30[1.7.x] Fixed #23132 -- Removed confusing clause in auth docs.Tim Graham
Backport of abb97cffdf from master
2014-07-29[1.7.x] Fixed #23127: south_migrations note in docsAndrew Godwin
2014-07-29[1.7.x] Fixed #23090: Document and enforce not double-squashing migrationsAndrew Godwin
2014-07-29[1.7.x] Fixed a typo in the admin documentation.David Arcos
The 'app' subpackage does not exist, should be 'app'. Backport of b9daa4f0e1 from master
2014-07-29[1.7.x] Forwardported 1.6.6 release notes for refs #20292.Tim Graham
Backport of f294f93a17 from master
2014-07-29[1.7.x] Fixed #23079 -- Added data loss issues to those that will be ↵Tim Graham
backported to LTS. Backport of e46801f13d from master
2014-07-29[1.7.x] Fixed #23120 -- Updated GeoDjango tutorial for migrations workflow.Tim Graham
Backport of b012122d30 from master
2014-07-29[1.7.x] Fixed #23123 -- Don't use a bare except in ModelAdmin documentationBaptiste Mispelon
Thanks to wkschwartz for the report and to Tim for the patch. Backport of e5619330e2d3bf901155e98ef3fa7d224b6a260a from master.
2014-07-29[1.7.x] Fixed #23114 -- Clarified documentation of template lookups.Baptiste Mispelon
Thanks to gmunumel and Tom Dalton for their help on the patch. Backport of 62c74abbb06a081708c2cb5cc459f39beb26acaa from master.
2014-07-28[1.7.x] Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
Thanks Andreas Pelme for the report. Backport of 668d432d0a from master
2014-07-28[1.7.x] Fixed #23102 -- Documented that sql* commands now respect ↵Gabriel Muñumel
allow_migrate(). Backport of 0af593dbe5 from master
2014-07-27[1.7.x] Fixed #23062 -- Documented how to create superuser.Aymeric Augustin
Patch by Tim Graham. Thanks areski for the review. Backport of 53a61d8 from master.
2014-07-27[1.7.x] Update from key ID in security.txt to authorized release keys list.James Bennett
Backport of fe87f8d6707e13fb9416d8e4c1ebc01817d53755 from master.
2014-07-26[1.7.x] Fixed #23106 -- Updated class-based view reference title.David Hoffman
Backport of f14898a453 from master
2014-07-26[1.7.x] Fixed #22553 -- Added refreshing queryset info to docs.David Hoffman
Backport of 6d5daa30cf from master
2014-07-26[1.7.x] Fixed #22305 -- Added note to docs about UTF8 database requirement.Niclas Olofsson
Backport of 08b85de9b7 from master
2014-07-26[1.7.x] Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
Backport of e1c85167a3 from master.
2014-07-25[1.7.x] Mark initial_data as deprecated separately from syncdb. Refs #23077.Andrew Godwin
Conflicts: docs/internals/deprecation.txt
2014-07-25[1.7.x] Fixed #22827 -- clarified what each cache middleware does.Moayad Mardini
Thanks Keryn Knight for the report. Backport of f9b7a0383c from master
2014-07-25[1.7.x] Improved docs for GEOSGeometry.simplify()Tom Dyson
Backport of aa8bc7fa7d from master
2014-07-24[1.7.x] Fixed #23089 -- Fixed transaction handling in two management commands.Aymeric Augustin
Previously, when createcachetable and flush operated on non-default databases, they weren't atomic. Backport of 753a22a635 from master