summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2012-12-31Fixed #19519 -- Fired request_finished in the WSGI iterable's close().Aymeric Augustin
2012-12-29Removed links to deprecated IGNORABLE_404_STARTS/ENDS settings.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-29Removed support is_safe and needs_autoescape as function attributes.Aymeric Augustin
2012-12-29Removed IGNORABLE_404_STARTS/ENDS settings.Aymeric Augustin
2012-12-29Removed HttpRequest.raw_post_data.Aymeric Augustin
2012-12-29Removed django.contrib.markup.Aymeric Augustin
2012-12-29Removed django.contrib.localflavor.Aymeric Augustin
2012-12-29Removed legacy shortcut for importing GeoIP.Aymeric Augustin
2012-12-29Removed django.contrib.databrowse.Aymeric Augustin
2012-12-29Removed django.conf.urls.defaults.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-12-29Added links to default widget in forms.fields documentationClaude Paroz
2012-12-28Fixed #18970 -- Documented know limitations under Python 3.Aymeric Augustin
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-26Fixed broken links, round 3. refs #19516Tim Graham
2012-12-26Updated documentation on localflavor translationsAymeric Augustin
2012-12-26Fixed #19518 -- Documented the deprecation of localflavor.Aymeric Augustin
2012-12-25Fixed more broken links. refs #19516Tim Graham
2012-12-25Updated installation FAQ entry on Python versions.Aymeric Augustin
2012-12-24Fixed links to DATABASE ENGINE setting. refs #19516Tim Graham
2012-12-24Fixed #19505 -- A more flexible implementation for customizable admin redirec...Julien Phalip
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
2012-12-21Fixed #19506 - Remove 'mysite' prefix in model example.Tim Graham
2012-12-19Added PASSWORD_HASHERS to settings reference document.Ramiro Morales
2012-12-18Fixed #19470 - Clarified widthratio example.Tim Graham
2012-12-18Fixed #19442 - Clarified that raw SQL must be committed.Tim Graham
2012-12-18Fixed #17312 - Warned about database side effects in tests.Tim Graham
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