summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2014-08-20[1.7.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
This is a security fix. Disclosure following shortly.
2014-08-20[1.7.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ↵Tim Graham
names. This is a security fix. Disclosure following shortly.
2014-08-19[1.7.x] Fixed #21801 -- Documented SingleObjectMixin.get_context_data() ↵Tim Graham
requires the object attribute. Backport of 03c1609c47 from master
2014-08-19[1.7.x] Fixed #17272 -- Documented that non-editable fields are skipped ↵Tim Graham
during model validation. Thanks mitar for the report. Backport of c587bd5a94 from master
2014-08-19[1.7.x] Fixed #4991 -- Emphasized XSS ramifications of help_text not being ↵Tim Graham
escaped. Backport of 5dbe2a9431 from master
2014-08-19[1.7.x] Fixed #5726 -- Documented that inspectdb doesn't detect defaults.Tim Graham
Backport of 15cafaa565 from master
2014-08-18[1.7.x] Fixed some doc errors that caused syntax highlighting to fail.Tim Graham
Backport of 27fdac97ae from master
2014-08-18[1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of ↵Baptiste Mispelon
sqlmigrate. Backport of 5853c87a458f62ebd62d7809168355610de2570c from master. Conflicts: django/core/management/commands/sqlmigrate.py tests/user_commands/tests.py
2014-08-15[1.7.x] Fixed #23296 -- Fixed RunPython code sample in Migration Operations.areski
Backport of 7ca665c5f5 from master
2014-08-14[1.7.x] Fixed a grammar error in docs/ref/forms/api.txt.Zhaorong Ma
Backport of bef5b9b7cd 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-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