summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-08-08[1.7.x] Removed some tabs in the docs.Tim Graham
2014-08-08[1.7.x] Fixed #23257 -- Updated docs for new django-jython release.Andreas Stocker
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
2014-08-06[1.7.x] Removed a doc reference to the deprecated `mimetype` kwarg.Mohammed Attia
2014-08-05[1.7.x] Fixed #21792 -- Documented Form.has_changed()Tim Graham
2014-08-05[1.7.x] Fixed broken links in docs.Tim Graham
2014-08-05[1.7.x] Updated links for continous integration server.Tim Graham
2014-08-04[1.7.x] Fixed #23169 - Misc docs fixes.areski
2014-08-02[1.7.x] Removed notes for versions of SQLite older than 5 years.Tim Graham
2014-08-02[1.7.x] Fixed #23154 -- Removed reference to deprecated run_gunicorn command.Tim Graham
2014-08-02[1.7.x] Fixed #23149 -- Clarified note on HTTPOnly in cookie-based session docsErik Romijn
2014-08-02[1.7.x] Updated MySQL links to version 5.6.Tim Graham
2014-08-02[1.7.x] Fixed #23148 -- Minor tweaks in tutorial code samplesErik Romijn
2014-08-01[1.7.x] Fixed typo in docs/topics/testing/tools.txt.Tim Graham
2014-07-31[1.7.x] Used JsonResponse in CBV examples.Loic Bistuer
2014-07-31[1.7.x] Updated timezone docs to use timezone.now()Tim Graham
2014-07-30[1.7.x] Fixed #23134 -- Fixed typos in docs/ref/models/querysets.txt.Tim Graham
2014-07-30[1.7.x] Forwardported 1.6.6 release note for #19107.Tim Graham
2014-07-30[1.7.x] Fixed #23132 -- Removed confusing clause in auth docs.Tim Graham
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
2014-07-29[1.7.x] Forwardported 1.6.6 release notes for refs #20292.Tim Graham
2014-07-29[1.7.x] Fixed #23079 -- Added data loss issues to those that will be backport...Tim Graham
2014-07-29[1.7.x] Fixed #23120 -- Updated GeoDjango tutorial for migrations workflow.Tim Graham
2014-07-29[1.7.x] Fixed #23123 -- Don't use a bare except in ModelAdmin documentationBaptiste Mispelon
2014-07-29[1.7.x] Fixed #23114 -- Clarified documentation of template lookups.Baptiste Mispelon
2014-07-28[1.7.x] Fixed #22491 -- documented how select_for_update() should be tested.Moayad Mardini
2014-07-28[1.7.x] Fixed #23102 -- Documented that sql* commands now respect allow_migra...Gabriel Muñumel
2014-07-27[1.7.x] Fixed #23062 -- Documented how to create superuser.Aymeric Augustin
2014-07-27[1.7.x] Update from key ID in security.txt to authorized release keys list.James Bennett
2014-07-26[1.7.x] Fixed #23106 -- Updated class-based view reference title.David Hoffman
2014-07-26[1.7.x] Fixed #22553 -- Added refreshing queryset info to docs.David Hoffman
2014-07-26[1.7.x] Fixed #22305 -- Added note to docs about UTF8 database requirement.Niclas Olofsson
2014-07-26[1.7.x] Fixed #23097 -- Switched to new octal format in docsDavid Hoffman
2014-07-25[1.7.x] Mark initial_data as deprecated separately from syncdb. Refs #23077.Andrew Godwin
2014-07-25[1.7.x] Fixed #22827 -- clarified what each cache middleware does.Moayad Mardini
2014-07-25[1.7.x] Improved docs for GEOSGeometry.simplify()Tom Dyson
2014-07-24[1.7.x] Fixed #23089 -- Fixed transaction handling in two management commands.Aymeric Augustin
2014-07-24[1.7.x] Fixed #23094 -- Removed redundant argument in select_related() example.Tim Graham
2014-07-24[1.7.x] Corrected headings in migration docs.Daniel Roseman
2014-07-23[1.7.x] Added backwards incompatibility note for refs #22845; refs #23082.Tim Graham
2014-07-22[1.7.x] Added warning in tutorial 4 that the regex capture group name has cha...Rikki
2014-07-22[1.7.x] Fixed typo in docs/ref/contrib/admin/index.txt.africa itcase
2014-07-21[1.7.x] Replaced instances of 'his/her' with 'their'.Iain Dawson
2014-07-21[1.7.x] Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11Claude Paroz
2014-07-16[1.7.x] Edited setup.py in reuseable apps tutorial to use a context manager f...Dean Silfen
2014-07-16[1.7.x] Alphabetized django.utils sections.Corey Farwell
2014-07-16[1.7.x] Added 1.6.6 release notes for #22998 (also forwardported those for #1...Tim Graham