summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2013-01-04[1.5.x] Bump version numbers for 1.5 RC 1.1.5c1James Bennett
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
Added -n to sphinx builds to catch issues going forward. Backport of 9b5f64cc6e from master.
2013-01-03[1.5.x] Update doc example for overriding change_form.htmlChris Beaven
Slightly reworded another related paragraph for clarity, too. Backport of 3f890f8.
2013-01-02[1.5.X] Fixed #19549 - Typo in docs/topics/auth/default.txtTim Graham
Backport of 695b2089e7 from master
2013-01-01[1.5.X] Fixed #19520 - Corrected some misleading docs about ↵Tim Graham
template_name_suffix. Thanks jnns for the report. Backport of 0d3f16b12e from master
2012-12-31[1.5.x] Fixed #19453 -- Ensured that the decorated function's arguments are ↵Julien Phalip
obfuscated in the @sensitive_variables decorator's frame, in case the variables associated with those arguments were meant to be obfuscated from the decorated function's frame. Thanks to vzima for the report. Backport of 9180146d21cf2a31eec
2012-12-31[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
Backport of acc5396.
2012-12-29[1.5.x] Fixed broken links, round 4. refs #19516Tim Graham
Backport of 067505ad19 from master
2012-12-29[1.5.x] Added links to default widget in forms.fields documentationClaude Paroz
Backport of 2d0b35d2bb from master.
2012-12-28[1.5.x] Fixed #18970 -- Documented know limitations under Python 3.Aymeric Augustin
Backport of 37b3fd2 from master.
2012-12-28[1.5.x] Fixed #19498 -- refactored auth documentationPreston Holmes
The auth doc was a single page which had grown unwieldy. This refactor split and grouped the content into sub-topics. Additional corrections and cleanups were made along the way.
2012-12-26[1.5.X] Fixed broken links, round 3. refs #19516Tim Graham
Backport of b3a8c9dab8 from master
2012-12-26[1.5.x] Updated documentation on localflavor translationsAymeric Augustin
to account for the deprecation of django.contrib.localflavor in 1.5. Refs #19482.
2012-12-26[1.5.x] Fixed #19518 -- Documented the deprecation of localflavor.Aymeric Augustin
Also moved the contrib deprecations at the top of their section and made minor markup fixes. Backport of 4500d35 from master.
2012-12-25[1.5.X] Fixed more broken links. refs #19516Tim Graham
Backport of 9c5a6adf33 from master
2012-12-24[1.5.x] Updated Python versions supported FAQ entry.Ramiro Morales
2012-12-24[1.5.x] Fixed #19505 -- A more flexible implementation for customizable ↵Julien Phalip
admin redirect urls. Work by Julien Phalip. Refs #8001, #18310, #19505. See also 0b908b92a2ca4fb74a103e96bb75c53c05d0a428. 35d1cd0b28d1d9cd7bffbfbc6cc2e02b58404415 from master.
2012-12-24[1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
Backport of f56f6cfa58 from master
2012-12-22[1.5.x] Fixed #19497 -- Refactored testing docs.Ramiro Morales
Thanks Tim Graham for the review and suggestions. d19109fd37e75ccf29d2ca64370102753dbc7c5b from master.
2012-12-21[1.5.X] Fixed #19506 - Remove 'mysite' prefix in model example.Tim Graham
Thanks Mike O'Connor for the report. Backport of 52a2588df6 from master
2012-12-19[1.5.x] Added PASSWORD_HASHERS to settings reference document.Ramiro Morales
abd0f304b162b3120b1c7321fbfc3090e5f3c92c from master.
2012-12-18[1.5.X] Fixed #19470 - Clarified widthratio example.Tim Graham
Thanks orblivion for the suggestion. Backport of 6534a95ac3 from master
2012-12-18[1.5.X] Fixed #19442 - Clarified that raw SQL must be committed.Tim Graham
Thanks startup.canada for the suggestion. Backport of 31f49f1396 from master
2012-12-18[1.5.x] Fixed #17312 - Warned about database side effects in tests.Tim Graham
Thanks jcspray for the suggestion. Backport of 7df03268a467a9aec9c4c574c85317a738ca33ae from master.
2012-12-16[1.5.X] Fixed #19279 - Clarified order of database setup and Django install.Tim Graham
Thanks colinnkeenan for the suggestion. Backport of 72a6ac568d from master
2012-12-16[1.5.X] Fixed #18718 - Documented django.utils.encoding.filepath_to_uriTim Graham
Backport of 507c081484 from master
2012-12-15[1.5.X} Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.Russell Keith-Magee
This makes it easier to make a ModelBackend-compliant (with regards to permissions) User model. Thanks to cdestigter for the report about the relationship between ModelBackend and permissions, and to the many users on django-dev that contributed to the discussion about mixins. Backport of 47e1df896b17aaaa97b73ef64010a7df4ea3d8d6 from master.
2012-12-15[1.5.X] Fixed #19472 -- Documented the testing requirements and tools for ↵Russell Keith-Magee
custom User models. Thanks to gcc for the report. Backport of bd414aed01d48339ed02b9714565939536ffbfcb from master.
2012-12-15[1.5.X] Fixed #19384 -- Documented the behavior of custom managers on ↵Russell Keith-Magee
abstract models. This documents the behavior introduced by cc337a74, which is BACKWARDS INCOMPATIBLE for any attempt to invoke a method on a manager using the abstract class as the calling class (e.g., AbstractBase.objects.do_something()) Thanks to mhsparks for the report. Backport of 1b646e656e46909af447056b4f98b9744aae4978 from master.
2012-12-15[1.5.X] Fixed #19344 - Documented how to run django-admin in a virtualenv on ↵Tim Graham
Windows. Thanks Hourann Bosci for the patch. Backport of 1e5b0fc4d0 from master
2012-12-15[1.5.X] Fixed #19342 - Added new tutorials to the 1.5 release notesTim Graham
Backport of b594e4923c from master
2012-12-15[1.5.X] Removed obsolete contrib.comments upgrade guideClaude Paroz
The old comment system was pre-1.0. Backport of 44815bad6b from master
2012-12-15[1.5.X] Fixed #9962 - Added a testing tutorial.Tim Graham
Thank-you Daniele Procida for the first draft and shaibi, Aymeric, and others for the reviews. Backport of b052e6cc95 from master
2012-12-14[1.5.X] Removed PHP referencesBen Longden
Backport of 55a2d5b577 from master
2012-12-14[1.5.x] Fixed #2304 -- Documented TRANSACTIONS_MANAGED.Aymeric Augustin
Backport of a001f3c.
2012-12-11[1.5.X] Fixed #19461 - Linked to psycopg in topics/install.txtTim Graham
Thanks Chris Jerdonek for the suggestion. Backport of 6cad5f212a from master
2012-12-11[1.5.X] Fixed #19377 - Emphasized database host link in tutorialTim Graham
Backport of 0eed8ece32 from master
2012-12-10[1.5.x] Bump version numbers for security release.1.5b2James Bennett
2012-12-10[1.5.X] Fixed a security issue in get_host.Florian Apolloner
Full disclosure and new release forthcoming.
2012-12-08[1.5.x] Removed US localflavor-specific tests from coreClaude Paroz
Also fixes #9045. Backport of 8248d1402 from master.
2012-12-08[1.5.x] Fixed #19389 -- Docs on the location of contrib apps tests.Aymeric Augustin
Backport of d5ed81c.
2012-12-08fix a spelling error in docsVal Neekman
backport of cacafe8 from master.
2012-12-07[1.5.x] Fixed #19444 -- Clarified IGNORABLE_404_URLS documentationClaude Paroz
Backport of 53b879f045 from master.
2012-12-04[1.5.x] Amended explanation of LOCALE_PATHS setting.Daniele Procida
Thanks Daniele Procida for the patch. 37abad73d6b61031ece67d8e58612cb39326d28e from master.
2012-11-30[1.5.X] Fixed #19400 - Typo in docs/topics/auth.txtTim Graham
Backport of 008e625c66 from master
2012-11-29[1.5.x] Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
Thanks markteisman at hotmail.com for the report. Backport of 0eeae1505 from master.
2012-11-28[1.5.x] Fixed typo in the 1.5* release notes. Thanks brutasse.Bruno Renié
2012-11-28[1.5.x] Fixed #19366 -- Prevented GEOSIndexError when comparing geometriesClaude Paroz
Thanks Craig de Stigter for the report and collaboration on the patch. Backport of cc3c4a9d5 from master.
2012-11-28[1.5.x] Fixed #19374 -- Typo in docs/ref/models/instances.txt.Jason Yan
Backport of eeaab083f from master.
2012-11-27[1.5.X] Fixed #19239 - Added examples for generic date viewsTim Graham
Thank-you Daniel Greenfeld and Scott Nixon. Backport of 38055222bd from master