summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2014-09-02[1.7.x] Cleanup run on the 1.7 release notes. Backport of 138e3873a53a4fcd17d...James Bennett
2014-09-02[1.7.x] Added missing import in docs/ref/signals.txt.Alexey Efimov
2014-09-02Revert "[1.7.x] Undocumented SeparateDatabaseAndState so crash is not RB. Ref...Tim Graham
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 document...Simon Charette
2014-08-31[1.7.x] Removed sentence from docs about migrate prompting to add a superuser.Michael Angeletti
2014-08-30[1.7.x] Fixed #23370 -- defer() + select_related() crashed with inherited mod...Akis Kesoglou
2014-08-29[1.7.x] Corrected a usage example of `related_query_name`.Simon Charette
2014-08-29[1.7.x] Fixed #22786 -- Documented value_from_datadict caveatClaude Paroz
2014-08-28[1.7.x] Documented correct kwargs for post_syncdb/migrate.Aymeric Augustin
2014-08-28[1.7.x] Fixed #23375 -- Added missing security issues to the archive.Simon Charette
2014-08-28[1.7.x] Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-27[1.7.x] Fixed #23329 -- Allowed inherited and m2m fields to be referenced in ...Simon Charette
2014-08-27[1.7.x] Documented --database option for migrate.Tim Graham
2014-08-27[1.7.x] Fixed #23354 -- Documented that ModelChoiceField to_field_name should...Tim Graham
2014-08-27[1.7.x] Fixed #23075 -- Added documentation on novalidate attribute and made ...Erik Romijn
2014-08-26[1.7.x] Fixed clone URL of Django git repository.Duncan Parkes
2014-08-26[1.7.x] Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs.Tim Graham
2014-08-26[1.7.x] Fixed #21567 -- Documented how to deploy multiple sites using the sit...Tim Graham
2014-08-26[1.7.x] Fixed #23250 -- Documented that ModelMultipleChoiceField queryset may...Tim Graham
2014-08-26[1.7.x] Fixed #17707, #20734 -- Added examples to URL namespacing docs.Tim Graham
2014-08-26[1.7.x] Fixed #19312 -- Documented MySQL TIMESTAMP columns cannot be used wit...Tim Graham
2014-08-26[1.7.x] Fixed #17719 -- Documented that template syntax sequences cannot be u...Tim Graham
2014-08-26[1.7.x] Fixed #23362 -- Clarified "database columns as attributes" in tutorial.Tim Graham
2014-08-26[1.7.x] Fixed spelling mistake in file docs.Tim Graham
2014-08-26[1.7.x] Clarified that makemessages -l takes a locale name, not a language code.Mitch Davis
2014-08-24[1.7.x] Fixed #23131 -- Documented serialization of callable functions in mig...Tim Graham
2014-08-23[1.7.x] Fixed #22154 -- Added "Built-in" to some class-based views titles.Tim Graham
2014-08-23[1.7.x] Fixed #23344 -- Removed duplicate docs for file upload settings.Tim Graham
2014-08-22[1.7.x] Fixed #23324 -- Mentioned Site.id in contrib.sites docs.Tim Graham
2014-08-22[1.7.x] Fixed #23342 -- Clarified warning about naive time objects.Kristian Glass
2014-08-22[1.7.x] Fixed #23343 -- Typo in docs/ref/class-based-views/generic-date-based...Tim Graham
2014-08-21[1.7.x] Update squashmigration docs to also mention circ dep errs (refs #23337)Andrew Godwin
2014-08-20[1.7.x] Added dates to release notes.Tim Graham
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 #23066 -- Modified RemoteUserMiddleware to logout on REMOTE_USE...Preston Holmes
2014-08-20[1.7.x] Fixed #23157 -- Removed O(n) algorithm when uploading duplicate file ...Tim Graham
2014-08-20[1.7.x] Prevented reverse() from generating URLs pointing to other hosts.Florian Apolloner
2014-08-20[1.7.x] Added release note stubs for 1.5.9 and 1.4.14.Tim Graham
2014-08-20[1.7.x] Fixed typo in 1.7 release notesClaude Paroz
2014-08-19[1.7.x] Added sphinx extension to ease generation of ticket links.Tim Graham
2014-08-19[1.7.x] Fixed #17238 -- Added source code links to docs using sphinx.ext.view...Tim Graham
2014-08-19[1.7.x] Fixed #22996 -- Prevented crash with unencoded query stringClaude Paroz
2014-08-19[1.7.x] Fixed #23316 -- Added datetime.time serialization in migrations.Lee Sanghyuck
2014-08-19[1.7.x] Fixed #21801 -- Documented SingleObjectMixin.get_context_data() requi...Tim Graham
2014-08-19[1.7.x] Fixed #23314 -- Tempered recommendation of storing profile data on cu...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 #23282 -- Corrected inheritance and reverse relations example.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