summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)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
2013-01-03[1.5.x] Update doc example for overriding change_form.htmlChris Beaven
2013-01-02[1.5.X] Fixed #19549 - Typo in docs/topics/auth/default.txtTim Graham
2013-01-01[1.5.X] Fixed #19520 - Corrected some misleading docs about template_name_suf...Tim Graham
2012-12-31[1.5.x] Fixed #19453 -- Ensured that the decorated function's arguments are o...Julien Phalip
2012-12-31[1.5.x] Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-29[1.5.x] Fixed broken links, round 4. refs #19516Tim Graham
2012-12-29[1.5.x] Added links to default widget in forms.fields documentationClaude Paroz
2012-12-28[1.5.x] Fixed #18970 -- Documented know limitations under Python 3.Aymeric Augustin
2012-12-28[1.5.x] Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-26[1.5.X] Fixed broken links, round 3. refs #19516Tim Graham
2012-12-26[1.5.x] Updated documentation on localflavor translationsAymeric Augustin
2012-12-26[1.5.x] Fixed #19518 -- Documented the deprecation of localflavor.Aymeric Augustin
2012-12-25[1.5.X] Fixed more broken links. refs #19516Tim Graham
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 admin...Julien Phalip
2012-12-24[1.5.X] Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
2012-12-22[1.5.x] Fixed #19497 -- Refactored testing docs.Ramiro Morales
2012-12-21[1.5.X] Fixed #19506 - Remove 'mysite' prefix in model example.Tim Graham
2012-12-19[1.5.x] Added PASSWORD_HASHERS to settings reference document.Ramiro Morales
2012-12-18[1.5.X] Fixed #19470 - Clarified widthratio example.Tim Graham
2012-12-18[1.5.X] Fixed #19442 - Clarified that raw SQL must be committed.Tim Graham
2012-12-18[1.5.x] Fixed #17312 - Warned about database side effects in tests.Tim Graham
2012-12-16[1.5.X] Fixed #19279 - Clarified order of database setup and Django install.Tim Graham
2012-12-16[1.5.X] Fixed #18718 - Documented django.utils.encoding.filepath_to_uriTim Graham
2012-12-15[1.5.X} Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.Russell Keith-Magee
2012-12-15[1.5.X] Fixed #19472 -- Documented the testing requirements and tools for cus...Russell Keith-Magee
2012-12-15[1.5.X] Fixed #19384 -- Documented the behavior of custom managers on abstrac...Russell Keith-Magee
2012-12-15[1.5.X] Fixed #19344 - Documented how to run django-admin in a virtualenv on ...Tim Graham
2012-12-15[1.5.X] Fixed #19342 - Added new tutorials to the 1.5 release notesTim Graham
2012-12-15[1.5.X] Removed obsolete contrib.comments upgrade guideClaude Paroz
2012-12-15[1.5.X] Fixed #9962 - Added a testing tutorial.Tim Graham
2012-12-14[1.5.X] Removed PHP referencesBen Longden
2012-12-14[1.5.x] Fixed #2304 -- Documented TRANSACTIONS_MANAGED.Aymeric Augustin
2012-12-11[1.5.X] Fixed #19461 - Linked to psycopg in topics/install.txtTim Graham
2012-12-11[1.5.X] Fixed #19377 - Emphasized database host link in tutorialTim Graham
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
2012-12-08[1.5.x] Removed US localflavor-specific tests from coreClaude Paroz
2012-12-08[1.5.x] Fixed #19389 -- Docs on the location of contrib apps tests.Aymeric Augustin
2012-12-08fix a spelling error in docsVal Neekman
2012-12-07[1.5.x] Fixed #19444 -- Clarified IGNORABLE_404_URLS documentationClaude Paroz
2012-12-04[1.5.x] Amended explanation of LOCALE_PATHS setting.Daniele Procida
2012-11-30[1.5.X] Fixed #19400 - Typo in docs/topics/auth.txtTim Graham
2012-11-29[1.5.x] Fixed #19354 -- Do not assume usermodel.pk == usermodel.idClaude Paroz
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
2012-11-28[1.5.x] Fixed #19374 -- Typo in docs/ref/models/instances.txt.Jason Yan
2012-11-27[1.5.X] Fixed #19239 - Added examples for generic date viewsTim Graham