summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2012-03-16Fixed #17841 -- Clarified caching note about authentication backends. Thanks ...Claude Paroz
2012-03-15Fixed #17900 -- StreamHandler output defaults to stderr. Thanks c4m3lo for th...Claude Paroz
2012-03-14Fixed #17605: Restored deleted query documentation that used to live in docte...James Bennett
2012-03-13Fixed #17236 -- Clarified that anonymous session data are retained after logi...Claude Paroz
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-03-12Edited some docs and docstrings until [17685]Adrian Holovaty
2012-03-11Fixed a couple of typos in testing document.Ramiro Morales
2012-03-04Fixed a ReST error. Thanks md4d for the report.Aymeric Augustin
2012-03-03Fixed a typo in the time zone docs. Thanks Ramiro.Aymeric Augustin
2012-03-03Fixed #17738 -- Extended the time zone documentation with a FAQ. Thanks Anssi...Aymeric Augustin
2012-03-03Added a blurb about new SimpleTestCase class to release notes.Ramiro Morales
2012-03-03Fixed #17808 -- Explained why fixtures can trigger RuntimeWarnings after enab...Aymeric Augustin
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also f...Aymeric Augustin
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-03-02Fixed #17046 -- Added a check if the username passed to User.objects.create_u...Jannis Leidel
2012-03-02Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` sett...Jannis Leidel
2012-03-02Fixed #17794 - Added a bunch of cross-reference links to the DB queries topic...Carl Meyer
2012-03-02Fixed 17764. Improved auth docs.Paul McMillan
2012-03-02Fixes #17578. Improve setup instructions for Windows users.Paul McMillan
2012-02-27Clarified the fact that the signal_changed signal isn't used by Django itself...Aymeric Augustin
2012-02-27Added a diagram of the hierarchy of our TestCase subclasses to the testing docs.Ramiro Morales
2012-02-20Fixed #17390 - Added a note to topics/auth.txt regarding how to decorate clas...Timo Graham
2012-02-19Fixed #17319 -- Made the example for set_language less error-prone. Thanks An...Aymeric Augustin
2012-02-17Changed various non-breaking space characters from [17478] to use the code re...Adrian Holovaty
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
2012-02-16Fixed a few typos and updated an example in the URLs docs.Aymeric Augustin
2012-02-15Fixed #17652 -- Removed all mentions to Windmill from the docs as that projec...Julien Phalip
2012-02-13Added a note to the release notes about the new format strings added in r17473.Jannis Leidel
2012-02-12Fixed #16653 - Added example of kwargs support for resolve(); thanks krzysium...Timo Graham
2012-02-10Made a couple of tweaks to lazy translation docs.Ramiro Morales
2012-02-09Fixed #17217 -- Use non breaking spaces for format localization in which spac...Jannis Leidel
2012-02-09added German (Switzerland) localflavor formatsJannis Leidel
2012-02-05Fixed #17571 - Fixed documentation of skipUnlessDBFeature; thanks EnTeQuAk fo...Timo Graham
2012-02-05Fixed #17510 - Typo in docs/topics/class-based-views.txt; thanks andrew and n...Timo Graham
2012-02-04Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...Jannis Leidel
2012-02-03Made a bunch more edits up until [17418]Adrian Holovaty
2012-02-03Edited serialization.txt changes from [17355]Adrian Holovaty
2012-02-03Edited db/transactions.txt changes from [17341]Adrian Holovaty
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...Carl Meyer
2012-01-31Fixed #17604 - Added context-manager capability to assertTemplateUsed and ass...Carl Meyer
2012-01-15Updated link to Django Debug Toolbar homepage.Ramiro Morales
2012-01-15Added support for specifying initial values to model formsets and inline form...Ramiro Morales
2012-01-13Started a 'Cheat sheet' section in aggregation docs because I desperately nee...Adrian Holovaty
2012-01-07Fixed #16364 -- Clarified why automatically created data shouldn't be saved i...Aymeric Augustin
2012-01-05Added support for savepoints to the MySQL DB backend.Ramiro Morales
2011-12-30Edited testing.txt changes from [17289]Adrian Holovaty
2011-12-30Edited testing.txt changes from [17283]Adrian Holovaty
2011-12-30Moved 'User-requested password resets' docs from [17266] from auth docs to ad...Adrian Holovaty
2011-12-29Added the ability to specify multiple ports available for the `LiveServerTest...Julien Phalip
2011-12-29Indicated the exact version that is required to use the "WebDriverWait" examp...Julien Phalip