summaryrefslogtreecommitdiff
path: root/docs/internals
AgeCommit message (Expand)Author
2013-03-28Updated the release document after actually doing a release (!).Jacob Kaplan-Moss
2013-03-27Updated bios of committersRichard Cornish
2013-03-24Goodbye, Malcolm.Aymeric Augustin
2013-03-22Added missing markup to docs.Tim Graham
2013-03-14Deprecated django.views.defaults.shortcut.Aymeric Augustin
2013-03-14Updated release instructions to account for website automation.Aymeric Augustin
2013-03-13Proof-read and adjusted the transactions docs.Aymeric Augustin
2013-03-11Deprecated django.contrib.comments.Jacob Kaplan-Moss
2013-03-11Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED.Aymeric Augustin
2013-03-11Added some assertions to enforce the atomicity of atomic.Aymeric Augustin
2013-03-11Deprecated transaction.is_managed().Aymeric Augustin
2013-03-11Deprecated transaction.commit/rollback_unless_managed.Aymeric Augustin
2013-03-11Added an API to control database-level autocommit.Aymeric Augustin
2013-03-11Made transaction.managed a no-op and deprecated it.Aymeric Augustin
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-28Implemented persistent database connections.Aymeric Augustin
2013-02-28Added a Trac-related item to the release checklist.Aymeric Augustin
2013-02-26Added a note about creating new doc versions; update stable doc version befor...Carl Meyer
2013-02-26Added note about updating default docs version in howto-release doc.Carl Meyer
2013-02-26Updated docs to reflect new tests layout.Florian Apolloner
2013-02-25Updated the release process docs to reflect the current practices.Aymeric Augustin
2013-02-25Fixed #19854 -- Turn Django's own Selenium tests off by default.Carl Meyer
2013-02-23Various tweaks and additions to 'how to release Django' document.Carl Meyer
2013-02-23Removed superfluous cookie check from auth login.Preston Holmes
2013-02-23Some updates to "how to release Django":Jacob Kaplan-Moss
2013-02-23Added a draft document explaining how to release Django.Jacob Kaplan-Moss
2013-02-23Added test runner option to skip Selenium tests (#19854).Zbigniew Siciarz
2013-02-23Fixed #17906 - Autoescaping {% cycle %} and {% firstof %} templatetags.Vladimir A Filonov
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2013-02-02Fixed #19333 -- Moved compress.py outside of the admin static folder. Thanks ...Julien Phalip
2013-02-01Added myself to core developpersSimon Charette
2013-01-31Deprecated undocumented warnings manipulation testing tools.Ramiro Morales
2013-01-31Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.Aymeric Augustin
2013-01-29Fixed typos in docs and commentsTim Graham
2013-01-24Fixed #19639 - Updated contributing to reflect model choices best practices.Tim Graham
2013-01-15Fixed #19099 -- Split broken link emails out of common middleware.Aymeric Augustin
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed links to deprecated IGNORABLE_404_STARTS/ENDS settings.Tim Graham
2012-12-29Removed django.contrib.markup.Aymeric Augustin
2012-12-29Fixed broken links, round 4. refs #19516Tim Graham
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-26Fixed #19518 -- Documented the deprecation of localflavor.Aymeric Augustin
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-21Fixed #19497 -- Refactored testing docs.Ramiro Morales
2012-12-08Fixed #19389 -- Docs on the location of contrib apps tests.Aymeric Augustin
2012-11-17Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.Aymeric Augustin
2012-11-17Fixed #16779 - Added a contributing tutorialTim Graham
2012-11-04Added a note and link to CLA from contributing docsPreston Holmes
2012-11-02Deprecated depth kwarg on select_related.Preston Holmes