summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
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
2012-02-03Made a bunch more edits up until [17418]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17428 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-03Edited serialization.txt changes from [17355]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17427 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-03Edited db/transactions.txt changes from [17341]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17423 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-31Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ↵Carl Meyer
converted Django tests to use them where appropriate. Thanks Greg Müllegger. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-31Fixed #17604 - Added context-manager capability to assertTemplateUsed and ↵Carl Meyer
assertTemplateNotUsed. Thanks Greg Müllegger. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17412 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-15Updated link to Django Debug Toolbar homepage.Ramiro Morales
Thanks to rowynm AT gmail DOT com for the report and to Claude Paroz for the patch. Fixes #17543. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17376 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-15Added support for specifying initial values to model formsets and inline ↵Ramiro Morales
formsets. This make them consistent with the similar capability of regular formsets. Thanks to simon29 form the report and to Claude Paroz for the patch. Fixes #14574. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17373 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-13Started a 'Cheat sheet' section in aggregation docs because I desperately ↵Adrian Holovaty
need this git-svn-id: http://code.djangoproject.com/svn/django/trunk@17371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-07Fixed #16364 -- Clarified why automatically created data shouldn't be saved ↵Aymeric Augustin
in fixtures. Thanks Gabriel for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17355 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-01-05Added support for savepoints to the MySQL DB backend.Ramiro Morales
MySQL provides the savepoint functionality starting with version 5.0.3 when using the MyISAM storage engine. Thanks lamby for the report and patch. Fixes #15507. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17341 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-30Edited testing.txt changes from [17289]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-30Edited testing.txt changes from [17283]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-30Moved 'User-requested password resets' docs from [17266] from auth docs to ↵Adrian Holovaty
admin docs git-svn-id: http://code.djangoproject.com/svn/django/trunk@17305 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-29Added the ability to specify multiple ports available for the ↵Julien Phalip
`LiveServerTestCase` WSGI server. This allows multiple processes to run the tests simultaneously and is particularly useful in a continuous integration context. Many thanks to Aymeric Augustin for the suggestions and feedback. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17289 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-29Indicated the exact version that is required to use the "WebDriverWait" ↵Julien Phalip
example in the testing doc. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17285 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-28Added the `wait_until()` and `wait_loaded_tag()` methods to ↵Julien Phalip
`AdminSeleniumWebDriverTestCase` to prevent some concurrency issues with in-memory SQLite database access in the admin Selenium tests. Thanks to Florian Apolloner, Anssi Kääriäinen and Aymeric Augustin for their help debugging this problem. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17283 bcc190cf-cafb-0310-a4f2-bffc1f526a37