summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2014-08-20[1.7.x] Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20[1.7.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...Tim Graham
2014-08-19[1.7.x] Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requi...Tim Graham
2014-08-19[1.7.x] Fixed #17272 -- Documented that non-editable fields are skipped durin...Tim Graham
2014-08-19[1.7.x] Fixed #4991 -- Emphasized XSS ramifications of help_text not being es...Tim Graham
2014-08-19[1.7.x] Fixed #5726 -- Documented that inspectdb doesn't detect defaults.Tim Graham
2014-08-18[1.7.x] Fixed some doc errors that caused syntax highlighting to fail.Tim Graham
2014-08-18[1.7.x] Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sq...Baptiste Mispelon
2014-08-15[1.7.x] Fixed #23296 -- Fixed RunPython code sample in Migration Operations.areski
2014-08-14[1.7.x] Fixed a grammar error in docs/ref/forms/api.txt.Zhaorong Ma
2014-08-13[1.7.x] Corrected content_type parameter name in sitemap docs.Tim Graham
2014-08-13[1.7.x] Removed doc reference to removed HttpResponse.mimetype.Tim Graham
2014-08-12[1.7.x] Refs #23276: Removed bad examples of passing views as strings to url()Collin Anderson
2014-08-12[1.7.x] Fixed #23016 -- Updated FAQs per Aymeric's suggestions.Ola Sitarska
2014-08-12[1.7.x] Fixed indentation typo in docs/ref/contrib/sitemaps.txt.Tim Graham
2014-08-11[1.7.x] Added a warning that remove_tags() output shouldn't be considered safe.Tim Graham
2014-08-08[1.7.x] Removed some tabs in the docs.Tim Graham
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-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] Updated MySQL links to version 5.6.Tim Graham
2014-07-30[1.7.x] Fixed #23134 -- Fixed typos in docs/ref/models/querysets.txt.Tim Graham
2014-07-29[1.7.x] Fixed a typo in the admin documentation.David Arcos
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-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-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] Improved docs for GEOSGeometry.simplify()Tom Dyson
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-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] Alphabetized django.utils sections.Corey Farwell
2014-07-16[1.7.x] Fixed reference to pk in RedirectView.get_redirect_url doc.Bartek Ciszkowski
2014-07-12[1.7.x] Checked more precisely whether the app registry is ready.Aymeric Augustin
2014-07-10[1.7.x] Fixed typo in docs/ref/contrib/gis/geos.txt.Tim Graham
2014-07-10[1.7.x] Fixed #22809 -- Added model Field API reference.Jorge C. Leitão
2014-07-09[1.7.x] Fixed #22351 -- Removed usage of lambdas in model field options.Tim Graham
2014-07-08[1.7.x] Fixed #22812 -- Refactored lookup API documentation.Jorge C. Leitão
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
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