summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2012-12-26Updated documentation on localflavor translationsAymeric Augustin
to account for the removal of django.contrib.localflavor in 1.6. Refs #19482.
2012-12-26Fixed #19518 -- Documented the deprecation of localflavor.Aymeric Augustin
Also moved the contrib deprecations at the top of their section and made minor markup fixes.
2012-12-25Fixed more broken links. refs #19516Tim Graham
2012-12-25Updated installation FAQ entry on Python versions.Aymeric Augustin
The 1.7 line is a reasonnable forecast, not a final decision.
2012-12-24Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
2012-12-24Fixed #19505 -- A more flexible implementation for customizable admin ↵Julien Phalip
redirect urls. Work by Julien Phalip. Refs #8001, #18310, #19505. See also 0b908b92a2ca4fb74a103e96bb75c53c05d0a428.
2012-12-22Fixed #15516 -- Updated the ticket life cycle diagram.Aymeric Augustin
2012-12-22Better name for a new testing documentation link.Ramiro Morales
2012-12-21Fixed #19497 -- Refactored testing docs.Ramiro Morales
Thanks Tim Graham for the review and suggestions.
2012-12-21Fixed #19506 - Remove 'mysite' prefix in model example.Tim Graham
Thanks Mike O'Connor for the report.
2012-12-19Added PASSWORD_HASHERS to settings reference document.Ramiro Morales
2012-12-18Fixed #19470 - Clarified widthratio example.Tim Graham
Thanks orblivion for the suggestion.
2012-12-18Fixed #19442 - Clarified that raw SQL must be committed.Tim Graham
Thanks startup.canada for the suggestion.
2012-12-18Fixed #17312 - Warned about database side effects in tests.Tim Graham
Thanks jcspray for the suggestion.
2012-12-16Fixed #19279 - Clarified order of database setup and Django install.Tim Graham
Thanks colinnkeenan for the suggestion.
2012-12-16Replaced the test case hierarchy schema with a vector version.Aymeric Augustin
The OmniGraffle source file is included for future use.
2012-12-16Fixed #18718 - Documented django.utils.encoding.filepath_to_uriTim Graham
2012-12-16Added PDF version of SVG file for latexpdf builds.Aymeric Augustin
Thanks Tim Graham for reporting this issue and testing the fix.
2012-12-15Fixed #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.
2012-12-15Fixed #19472 -- Documented the testing requirements and tools for custom ↵Russell Keith-Magee
User models. Thanks to gcc for the report.
2012-12-15Fixed #19384 -- Documented the behavior of custom managers on abstract models.Russell Keith-Magee
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.
2012-12-15Fixed #19344 - Documented how to run django-admin in a virtualenv on Windows.Tim Graham
Thanks Hourann Bosci for the patch.
2012-12-15Fixed #19342 - Added new tutorials to the 1.5 release notesTim Graham
2012-12-15Fixed #9962 - Added a testing tutorial.Tim Graham
Thank-you Daniele Procida for the first draft and shaibi, Aymeric, and others for the reviews.
2012-12-14Merge pull request #585 from blongden/clarify_php_refsTim Graham
Removed poor PHP references
2012-12-14Fixed #2304 -- Documented TRANSACTIONS_MANAGED.Aymeric Augustin
2012-12-13Removes PHP referencesBen Longden
2012-12-13Fixed #19462 -- Made assertQuerysetEqual detect undefined orderingAnssi Kääriäinen
If there are more than one values to compare against and the qs isn't ordered then assertQuerysetEqual will raise a ValueError.
2012-12-11Fixed #19461 - Linked to psycopg in topics/install.txtTim Graham
Thanks Chris Jerdonek for the suggestion.
2012-12-11Fixed #19377 - Emphasized database host link in tutorialTim Graham
2012-12-10Fixed a security issue in get_host.Florian Apolloner
Full disclosure and new release forthcoming.
2012-12-09Edited the middleware doc for completeness, clarity, and consistency.Aymeric Augustin
2012-12-09Fixed #12502 -- Improved middleware diagram.Aymeric Augustin
2012-12-08Removed US localflavor-specific tests from coreClaude Paroz
Also fixes #9045.
2012-12-08Fixed #19389 -- Docs on the location of contrib apps tests.Aymeric Augustin
2012-12-08Merge pull request #572 from un33k/masterAymeric Augustin
minor spelling error fix in the docs
2012-12-07Fixed #19444 -- Clarified IGNORABLE_404_URLS documentationClaude Paroz
2012-12-04Amended explanation of LOCALE_PATHS setting.Daniele Procida
Thanks Daniele Procida for the patch.
2012-12-02fix a spelling error in docsVal Neekman
2012-11-30Fixed #19400 - Typo in docs/topics/auth.txtTim Graham
2012-11-29Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
Thanks markteisman at hotmail.com for the report.
2012-11-28Merge pull request #560 from brutasse/fix/1.5-typosRamiro Morales
Fixed typo in the 1.5* release notes. Thanks brutasse.
2012-11-28Fixed two docstring/comment typos.Ramiro Morales
2012-11-28Fixed #19366 -- Prevented GEOSIndexError when comparing geometriesClaude Paroz
Thanks Craig de Stigter for the report and collaboration on the patch.
2012-11-28Typo in the 1.5 release notesBruno Renié
2012-11-27Fixed #19374 -- Typo in docs/ref/models/instances.txt.Jason Yan
2012-11-27Fixed #19239 - Added examples for generic date viewsTim Graham
Thank-you Daniel Greenfeld and Scott Nixon.
2012-11-27Fixed #19352 - Added an example in the QuerySet docs.Tim Graham
Thanks colinkeenan for the suggestion.
2012-11-27Fixed a couple of typos in the 1.5 (and beta) release notes.Jacob Kaplan-Moss
2012-11-27Added 1.5 beta release notes.Jacob Kaplan-Moss