summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
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-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-08[1.7.x] Removed some tabs in the docs.Tim Graham
Backport of 73ff4498aa 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-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] Updated MySQL links to version 5.6.Tim Graham
Backport of fb4f3e04b1 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-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] 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-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-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] Improved docs for GEOSGeometry.simplify()Tom Dyson
Backport of aa8bc7fa7d from master
2014-07-24[1.7.x] Fixed #23094 -- Removed redundant argument in select_related() example.Tim Graham
Thanks thegeekofalltrades at gmail.com for the report. Backport of 5f919b9c81 from master
2014-07-24[1.7.x] Corrected headings in migration docs.Daniel Roseman
Backport of e01fa71142 from master
2014-07-22[1.7.x] Fixed typo in docs/ref/contrib/admin/index.txt.africa itcase
Backport of 06ba4b9eee from master
2014-07-21[1.7.x] Replaced instances of 'his/her' with 'their'.Iain Dawson
Backport of 8fbf13a6c8 from master
2014-07-21[1.7.x] Fixed #23064 -- Added lib detection support for GDAL 1.10/1.11Claude Paroz
Note that GDAL 1.11 is not yet officially supported, until someone has tested it and can confirm it has no issues with Django. Backport of 3f1412ff7b from master.
2014-07-16[1.7.x] Alphabetized django.utils sections.Corey Farwell
Backport of e7827b9494 from master
2014-07-16[1.7.x] Fixed reference to pk in RedirectView.get_redirect_url doc.Bartek Ciszkowski
Backport of d9f78d5344 from master
2014-07-12[1.7.x] Checked more precisely whether the app registry is ready.Aymeric Augustin
Accounted for the three stages of population: app configs, models, ready() methods of app configs. Backport of a764a9cc from master
2014-07-10[1.7.x] Fixed typo in docs/ref/contrib/gis/geos.txt.Tim Graham
Backport of fef26e9a87 from master
2014-07-10[1.7.x] Fixed #22809 -- Added model Field API reference.Jorge C. Leitão
Thanks to @timgraham for the review. Backport of e1fa7dffdc from master
2014-07-09[1.7.x] Fixed #22351 -- Removed usage of lambdas in model field options.Tim Graham
Thanks claudep for review. Backport of 5ebf03b7dd from master
2014-07-08[1.7.x] Fixed #22812 -- Refactored lookup API documentation.Jorge C. Leitão
Thanks Anssi and Tim for reviews. Backport of 8780849da0 from master
2014-07-08[1.7.x] Document -l as well as --list on migrateAndrew Godwin
2014-07-07[1.7.x] Fixed a few PEP8 errors in settings doc.Collin Anderson
Backport of 2c1384fbac from master
2014-07-06[1.7.x] Document --fake and --list on migrate commandAndrew Godwin
2014-07-03[1.7.x] Fixed #22924 -- Added a note about MEDIA_URL in templates.Tim Graham
Thanks raphael.herouart at gmail.com Backport of 814bcc3395 from master
2014-07-01[1.7.x] Fixed #13755 -- Added a tip for caching responses that vary on AJAX.Tim Graham
Thanks mila for the suggestion. Backport of db9a1a0c47 from master
2014-06-30[1.7.x] Fixed #22482 -- Recommended using data migrations in contrib.sites docs.Tim Graham
Thanks scibi for the report. Backport of bbf0a9545b from master
2014-06-30[1.7.x] Fixed #21942 -- Moved Form.clean() to form API docs.Tim Graham
Thanks cjerdonek for the suggestion. Backport of 874053edf9 from master
2014-06-30[1.7.x] Removed reference to old middlewareClaude Paroz
Backport of 0b5bafe993 from master
2014-06-30[1.7.x] Fixed docs/ref/contrib/auth.txt so that sphinx links work properly.Tim Graham
Backport of 5359188b08 from master
2014-06-26[1.7.x] Fixed copy/paste typos in StreamingHttpResponse doc.Éric Araujo
Backport of e9c730f6be from master
2014-06-24[1.7.x] Improved documentation for QueryDict.Duncan Parkes
Backport of 7f4e2ef1e9 from master
2014-06-24[1.7.x] Fixed #22796 -- Added a more basic explanations of forms.Daniele Procida
Thanks bmispelon, kezabelle, jorgecarleitao, and timgraham for reviews. Backport of cd20b5d186 from master
2014-06-23[1.7.x] Fixed #8033 -- Explained app registry error during translation setupClaude Paroz
Thanks Tim Graham and Aymeric Augustin for the review. Backport of 9618d68b34 from master.
2014-06-20[1.7.x] Fixed #22862 -- Added --noinput option to makemigrations.Huu Nguyen
Thanks artortenburger for the report. Backport of fbb684d95e from master