summaryrefslogtreecommitdiff
path: root/docs/internals
AgeCommit message (Expand)Author
2013-04-25Updated Transifex links to the Django projectClaude Paroz
2013-04-20Fixed #20104 -- Changed VersionDirective in order to avoid ambiguity.Juan Catalano
2013-04-13Fixed #4592: Made CheckboxSelectMultiple more like RadioSelectBaptiste Mispelon
2013-04-10Turned the triage attributes to actual sections so they can be more easily li...Julien Phalip
2013-04-09Added some further guidance to "accepted" triage stagePreston Holmes
2013-04-08Removed references to the DDN triage state.Aymeric Augustin
2013-04-04Removed instructions about download_url from release process notes.Jacob Kaplan-Moss
2013-03-30Merge pull request #963 from richardcornish/masterTim Graham
2013-03-28Minor updates to 'How is Django Formed.'Carl Meyer
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