summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2012-04-27Updated docs/topics/install.txt to note github URL instead of code.djangoproj...Adrian Holovaty
2012-04-26Fixed #18038 -- Removed the 'supports_inactive_user' backwards-compatibility ...Claude Paroz
2012-04-25Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...Claude Paroz
2012-04-22Fixed #18159 -- added an import statement to the docs. Thanks to Jeff Hui fo...Alex Gaynor
2012-04-21Added documentation notes about lack of database savepoints support when usin...Ramiro Morales
2012-04-19Added more explicit warnings about unconfigured reStructured Text usage in docs.Luke Plant
2012-04-16Fixed #18316 -- Fixed pre-1.3 PermWrapper location in docs. Thanks Adrien Lem...Claude Paroz
2012-04-15Fixed #18024 -- Reworded sentence in models documentation. Thanks Preston Hol...Claude Paroz
2012-04-15Clarified that Django randomizes session keys. Refs #11555, #13478, #18128.Aymeric Augustin
2012-04-14Fixed a typo in an example in the timezone docs.Aymeric Augustin
2012-04-13Fixed #18118 -- Improved documentation for contrib.auth.hashers utility funct...Claude Paroz
2012-04-10Fixed #17229 -- Allow 'True', 'False' and 'None' to resolve to the correspond...Aymeric Augustin
2012-04-10Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients() descr...Claude Paroz
2012-04-06Fixed #16074 -- Added ContextMixin to class-based generic views to handle get...Claude Paroz
2012-04-06Fixed #16233 -- Added link to multiple databases docs from custom sql alias s...Claude Paroz
2012-03-31Fixed #18040 -- Removed so-called project-level locale trees from the list of...Ramiro Morales
2012-03-31Fixed #17983 -- Re-fixed the ln syntax by adding a trailing slash to the dest...Claude Paroz
2012-03-31Fixed #17983 -- Use a non-ambiguous syntax of the ln command in install docs.Claude Paroz
2012-03-31Removed deprecated URLField.verify_exists.Aymeric Augustin
2012-03-31Removed documentation for SMTPConnection, which was removed at r15978.Aymeric Augustin
2012-03-31Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric ...Claude Paroz
2012-03-31Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...Claude Paroz
2012-03-30Fixed #17999 -- Restored the links to examples from models documentation. Ref...Claude Paroz
2012-03-30Use the class decorator syntax available in Python >= 2.6. Refs #17965.Aymeric Augustin
2012-03-29Fixed #17999 -- Added a 'See also' paragraph to OneToOneField doc section.Ramiro Morales
2012-03-27Added missing indentation in models topic documentation.Claude Paroz
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