summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Collapse)Author
2014-09-02[1.7.x] Added missing import in docs/ref/signals.txt.Alexey Efimov
Backport of 4a303341fc from master
2014-09-02Revert "[1.7.x] Undocumented SeparateDatabaseAndState so crash is not RB. ↵Tim Graham
Refs #22918" This reverts commit a7ac5f018726694e3a79180ef97f2813c715fac0.
2014-09-01[1.7.x] Undocumented SeparateDatabaseAndState so crash is not RB. Refs #22918Andrew Godwin
2014-08-31[1.7.x] Fixed #23391 -- Removed an erroneous backtip from the form's ↵Simon Charette
documentation. Thanks to Trac alias nessita for the report. Backport of ab9c886459 from master
2014-08-29[1.7.x] Corrected a usage example of `related_query_name`.Simon Charette
Thanks to Petr Glotov for spotting this. Backport of 05a8cef428 from master
2014-08-29[1.7.x] Fixed #22786 -- Documented value_from_datadict caveatClaude Paroz
Thanks blueyed for the report and Tim Graham for the review. Backport of 909015a51b from master.
2014-08-28[1.7.x] Documented correct kwargs for post_syncdb/migrate.Aymeric Augustin
d562527a rename the db to using in the wrong signal. Thanks Maik Hoepfel for the report. Backport of 569e0a2 from master
2014-08-28[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch. Backport of 3a44e2000 from master.
2014-08-27[1.7.x] Documented --database option for migrate.Tim Graham
Thanks Mike O'Connor for the reporty. Backport of 6aae07fe61 from master
2014-08-27[1.7.x] Fixed #23354 -- Documented that ModelChoiceField to_field_name ↵Tim Graham
should be a unique field. Thanks Keryn Knight for the suggestion. Backport of 83762da3fb from master
2014-08-26[1.7.x] Fixed #21567 -- Documented how to deploy multiple sites using the ↵Tim Graham
sites framework. Backport of 7b9537fb27 from master
2014-08-26[1.7.x] Fixed #23250 -- Documented that ModelMultipleChoiceField queryset ↵Tim Graham
may be None. Backport of ced3e303ca from master
2014-08-26[1.7.x] Fixed #17707, #20734 -- Added examples to URL namespacing docs.Tim Graham
Thanks Daniele Procida for review. Backport of a2bcec3491 from master
2014-08-26[1.7.x] Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used ↵Tim Graham
with USE_TZ=True. Backport of 348c89cbfb from master
2014-08-26[1.7.x] Fixed #17719 -- Documented that template syntax sequences cannot be ↵Tim Graham
used as string literals. Backport of e02f45d5ea from master
2014-08-26[1.7.x] Fixed spelling mistake in file docs.Tim Graham
Backport of a3e88e64a4 from master
2014-08-23[1.7.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
Backport of 0c9f40f776 from master
2014-08-23[1.7.x] Fixed #23344 -- Removed duplicate docs for file upload settings.Tim Graham
Backport of c7fa27d702 from master
2014-08-22[1.7.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
Backport of a76aab3583 from master
2014-08-22[1.7.x] Fixed #23343 -- Typo in ↵Tim Graham
docs/ref/class-based-views/generic-date-based.txt. Backport of 14aff0bd82 from master
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