summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2012-07-15[1.4.x] Fixed #18614 -- Added imports and changed render_to_response to render.Kevin London
2012-07-08[1.4.X] Fixed #18577 - Clarified middleware initialization.Tim Graham
Thanks Lukasz Balcerzak for the patch. Backport of 590de18add from master
2012-06-30[1.4.X] Fixed #17168 - Noted TransactionMiddleware only works with "default" ↵Tim Graham
database alias. Thanks codeinthehole for the draft patch. Backport of 5d81ad1af1 from master
2012-06-27[1.4.X] Fixed #18369 - Fixed argument name in render() function; thanks ↵Tim Graham
qsolo825@ for the report. Backport of 1cf8287e3a from master
2012-06-08[1.4.x] Added more explicit warnings about unconfigured reStructured Text ↵Luke Plant
usage in docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17915 bcc190cf-cafb-0310-a4f2-bffc1f526a37 Backport of 718f149b from master
2012-06-06[1.4.X] Replaced documentation snippets using "gender" with less sensitive ↵Jacob Kaplan-Moss
examples. Backport of [7edf231] from master.
2012-06-04[1.4.x] Rewrote security.txt SSL docs, noting SECURE_PROXY_SSL_HEADER.Luke Plant
Backport of 0199bdc0b from master
2012-05-11[1.4.x] Fixed #18301 -- Fixed url name in password reset example.Claude Paroz
Thanks nicknnn for the report.
2012-05-10Fixed #18270 -- Corrected variable name in password reset example.Claude Paroz
Thanks schnippi for the report. Backport of ec5423df05dedeee6651c36dd4d90fec0d8cca7c from master.
2012-04-16[1.4.X] Fixed #18316 -- Fixed pre-1.3 PermWrapper? location in docs. Thanks ↵Claude Paroz
Adrien Lemaire for the patch. Backport of r17913 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17914 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-13[1.4.X] Fixed #18118 -- Improved documentation for contrib.auth.hashers ↵Claude Paroz
utility functions. Thanks Mathieu Agopian for the report and Ramiro Morales for the review. Backport of r17905 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-04-10[1.4.X] Fixed #18095 -- Added missing 'cc' mention in EmailMessage ↵Claude Paroz
recipients() description. Thanks Stéphane Raimbault for the report and the patch. Backport of r17891 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-31[1.4.X] Removed documentation for SMTPConnection, which was removed at ↵Aymeric Augustin
r15978. Backport of r17837 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17838 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-30[1.4.X] Fixed #17999 -- Restored the links to examples from models ↵Claude Paroz
documentation. Refs #17605. Backport of r17832 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17833 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-29[1.4.X] Added missing indentation in models topic documentation.Claude Paroz
Backport of r17812 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.4.X@17820 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-16Fixed #17841 -- Clarified caching note about authentication backends. Thanks ↵Claude Paroz
auzigog for the proposal and lukegb for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17752 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-15Fixed #17900 -- StreamHandler output defaults to stderr. Thanks c4m3lo for ↵Claude Paroz
the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17741 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-14Fixed #17605: Restored deleted query documentation that used to live in ↵James Bennett
doctests. Thanks zsiciarz for work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17737 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-13Fixed #17236 -- Clarified that anonymous session data are retained after ↵Claude Paroz
login. Thanks krzysiumed for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17704 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-12Edited some docs and docstrings until [17685]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17686 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-11Fixed a couple of typos in testing document.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-04Fixed a ReST error. Thanks md4d for the report.Aymeric Augustin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17654 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-03Fixed a typo in the time zone docs. Thanks Ramiro.Aymeric Augustin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17646 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-03Fixed #17738 -- Extended the time zone documentation with a FAQ. Thanks ↵Aymeric Augustin
Anssi for the questions and Jannis for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17645 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-03Added a blurb about new SimpleTestCase class to release notes.Ramiro Morales
Also, tweaked the cross-referencing of `django.test` symbols. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17644 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-03Fixed #17808 -- Explained why fixtures can trigger RuntimeWarnings after ↵Aymeric Augustin
enabling time zone support, and how to fix them. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17637 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-03Fixed #9995 -- Updated the installation instructions to recommend pip. Also ↵Aymeric Augustin
fixed ReST errors. Refs #9112. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02Fixed #17046 -- Added a check if the username passed to ↵Jannis Leidel
User.objects.create_user is empty or not. Thanks, kwadrat. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17628 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02Fixed #17568 -- Mentioned ``reverse_lazy`` in the ``LOGIN_REDIRECT_URL`` ↵Jannis Leidel
settings docs. Thanks, zsiciarz. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17626 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02Fixed #17794 - Added a bunch of cross-reference links to the DB queries ↵Carl Meyer
topic documentation. Thanks guettli for the initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02Fixed 17764. Improved auth docs.Paul McMillan
Thanks mbt for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17620 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-02Fixes #17578. Improve setup instructions for Windows users.Paul McMillan
Thanks Pariksheet Nanda for the report and zsiciarz for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17619 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-27Clarified the fact that the signal_changed signal isn't used by Django ↵Aymeric Augustin
itself (yet). Refs #17787. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17597 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-27Added a diagram of the hierarchy of our TestCase subclasses to the testing docs.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17595 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-20Fixed #17390 - Added a note to topics/auth.txt regarding how to decorate ↵Timo Graham
class-based generic views; thanks zsiciarz for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17564 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-19Fixed #17319 -- Made the example for set_language less error-prone. Thanks ↵Aymeric Augustin
Anna Dolma Alonso for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17560 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-17Changed various non-breaking space characters from [17478] to use the code ↵Adrian Holovaty
representation rather than the actual character, which is too hard to overlook because it just looks like a space git-svn-id: http://code.djangoproject.com/svn/django/trunk@17542 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17540 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-16Fixed a few typos and updated an example in the URLs docs.Aymeric Augustin
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17537 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-15Fixed #17652 -- Removed all mentions to Windmill from the docs as that ↵Julien Phalip
project doesn't integrate well with Django at this time. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-13Added a note to the release notes about the new format strings added in r17473.Jannis Leidel
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17520 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-12Fixed #16653 - Added example of kwargs support for resolve(); thanks ↵Timo Graham
krzysiumed for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17517 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-10Made a couple of tweaks to lazy translation docs.Ramiro Morales
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17490 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-09Fixed #17217 -- Use non breaking spaces for format localization in which ↵Jannis Leidel
spaces are used. Thanks, Claude Paroz. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17478 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-09added German (Switzerland) localflavor formatsJannis Leidel
added documentation on the limitations of the German (Switzerland) localflavor formats Based on a patch by sspross (#16188) git-svn-id: http://code.djangoproject.com/svn/django/trunk@17472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-05Fixed #17571 - Fixed documentation of skipUnlessDBFeature; thanks EnTeQuAk ↵Timo Graham
for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-05Fixed #17510 - Typo in docs/topics/class-based-views.txt; thanks andrew and ↵Timo Graham
noria. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-04Fixed #13914 -- Added natural keys to User and Group models in auth contrib ↵Jannis Leidel
app. Thanks, jbochi and closedbracket. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17429 bcc190cf-cafb-0310-a4f2-bffc1f526a37