summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-12-16Fixed #19279 - Clarified order of database setup and Django install.Tim Graham
2012-12-16Replaced the test case hierarchy schema with a vector version.Aymeric Augustin
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
2012-12-15Fixed #19412 -- Added PermissionsMixin to the auth.User heirarchy.Russell Keith-Magee
2012-12-15Fixed #19472 -- Documented the testing requirements and tools for custom User...Russell Keith-Magee
2012-12-15Fixed #19384 -- Documented the behavior of custom managers on abstract models.Russell Keith-Magee
2012-12-15Fixed #19344 - Documented how to run django-admin in a virtualenv on Windows.Tim Graham
2012-12-15Fixed #19342 - Added new tutorials to the 1.5 release notesTim Graham
2012-12-15Fixed #9962 - Added a testing tutorial.Tim Graham
2012-12-14Merge pull request #585 from blongden/clarify_php_refsTim Graham
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
2012-12-11Fixed #19461 - Linked to psycopg in topics/install.txtTim Graham
2012-12-11Fixed #19377 - Emphasized database host link in tutorialTim Graham
2012-12-10Fixed a security issue in get_host.Florian Apolloner
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
2012-12-08Fixed #19389 -- Docs on the location of contrib apps tests.Aymeric Augustin
2012-12-08Merge pull request #572 from un33k/masterAymeric Augustin
2012-12-07Fixed #19444 -- Clarified IGNORABLE_404_URLS documentationClaude Paroz
2012-12-04Amended explanation of LOCALE_PATHS setting.Daniele Procida
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
2012-11-28Merge pull request #560 from brutasse/fix/1.5-typosRamiro Morales
2012-11-28Fixed two docstring/comment typos.Ramiro Morales
2012-11-28Fixed #19366 -- Prevented GEOSIndexError when comparing geometriesClaude Paroz
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
2012-11-27Fixed #19352 - Added an example in the QuerySet docs.Tim Graham
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
2012-11-25Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thanks to ras...Julien Phalip
2012-11-25Fixed two typos.Aymeric Augustin
2012-11-25Changed (again) technique to get version IDs shown in docs from source code.Ramiro Morales
2012-11-24Fixed #19280 -- Raised an explicit exception for the old {% url %} syntax.Aymeric Augustin
2012-11-24Removed obsolete contrib.comments upgrade guideClaude Paroz
2012-11-24Fixed #19218 -- Added documentation note on limitations of signals with custo...Russell Keith-Magee
2012-11-23Negligible style fix in docs.Aymeric Augustin
2012-11-23Fixed #18375 -- Removed dict-ordering dependency for F-expressionsAnssi Kääriäinen
2012-11-23Merge pull request #549 from WoLpH/masterTim Graham
2012-11-23Fixed #19348 - Clarified the units of filesizeformat.Tim Graham
2012-11-22Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txtTim Graham
2012-11-22Spell checked 1.5 alpha release notesTim Graham
2012-11-22changed if statement to a slightly cleaner/less confusing variantWoLpH
2012-11-22Fixed #18974 - Warned against using models.permalinkTim Graham