summaryrefslogtreecommitdiff
path: root/docs/topics
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #5786: relaxed the validation for usernames to allow more common ↵Jacob Kaplan-Moss2010-03-011-0/+3
| | | | | | | | | | | | characters '@', etc. This is really just a stop-gap until we come up with a improved way of handling disparate auth data, but it should help us stretch a bit more milage out of the current system. Thanks to alextreme, lbruno, and clayg. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12634 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Refined changes made in r12546 to also respect the request.LANGUAGE_CODE in ↵Jannis Leidel2010-03-011-1/+4
| | | | | | case the LocaleMiddleware is used to discover the language preference. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12967 - Added missing versionadded/-changed doc markers for r11964. ↵Jannis Leidel2010-02-261-0/+2
| | | | | | Thanks, Karen and Ramiro. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11933 -- Added versionchanged marker for the cache_db session ↵Russell Keith-Magee2010-02-241-0/+4
| | | | | | backend. Thanks to gabrielhurley for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11782 -- Added some Sphinx metadata to the file uploads ↵Russell Keith-Magee2010-02-241-16/+19
| | | | | | documentation. Thanks to timo for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12562 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12519 -- Corrected documentation on .raw() queries. Thanks to boralyl ↵Russell Keith-Magee2010-02-241-6/+10
| | | | | | for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12561 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12880 -- Added some missing sphinx directives for module references. ↵Russell Keith-Magee2010-02-241-0/+2
| | | | | | Thanks to psagers for the report, and timo for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #5691 - Adds the active language to the cache key. Thanks, Antoni ↵Jannis Leidel2010-02-231-0/+7
| | | | | | Aloy, Ramiro Morales and Yann Malet. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12546 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12799 -- Added an extra newline to help with PDF generation of ↵Russell Keith-Magee2010-02-231-0/+1
| | | | | | documentation. Thanks to Ivan Savov for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12859 -- Clarified the documentation on using multiple tables with ↵Russell Keith-Magee2010-02-231-3/+8
| | | | | | .update() calls. Thanks to dwillis for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12515 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated patch applied in r12504. Refs #12806.Justin Bronn2010-02-231-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@12508 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. ↵Justin Bronn2010-02-231-0/+14
| | | | | | Thanks, Bruno Renié. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12504 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12932 -- Added an extra argument to suite_result() in the test ↵Russell Keith-Magee2010-02-221-9/+10
| | | | | | | | runner, and added **kwargs as protection against future changes. Thanks to Eric Holscher for the report and patch. This is BACKWARDS INCOMPATIBLE for anyone that has written a custom DjangoTestRunner class since it was introduced in r12255. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12487 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12688 -- Removed typo in manager docs. Thanks, orokusaki for the ↵Justin Bronn2010-02-221-1/+1
| | | | | | report and timo for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11714 - Document a few of the i18n function that can be used outside ↵Jannis Leidel2010-02-212-6/+5
| | | | | | views and templates. Thanks, Jarek Zgoda and Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12473 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12066 - Moved auth context processor from core to the auth app. ↵Jannis Leidel2010-02-211-2/+2
| | | | | | Thanks, Rob Hudson. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12795 - Updated the middleware docs to include the messages app ↵Jannis Leidel2010-02-211-0/+1
| | | | | | middleware. Thanks, Timo. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12465 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12895 - Fixed typo in auth docs. Thanks Timo.Jannis Leidel2010-02-211-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@12457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12897 - Typo in multi-db docs. Thanks fgutierrez.Jannis Leidel2010-02-211-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@12456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6380 - Follow symlinks when examining source code and templates for ↵Jannis Leidel2010-02-161-4/+4
| | | | | | translation strings. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12443 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #10260 - Refactored internationalization documentation. Thanks, Ramiro ↵Jannis Leidel2010-02-166-1145/+1183
| | | | | | Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12440 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12840: mark natural key serialization in the docs as new in 1.2. ↵Jacob Kaplan-Moss2010-02-141-1/+5
| | | | | | Thanks, ramiro. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12432 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12829 - typos introduced in [12400]Luke Plant2010-02-091-2/+2
| | | | | | | | Thanks Alex. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12401 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed docs that assume developer might be using Python < 2.4Luke Plant2010-02-092-45/+10
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@12400 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12797: Corrected typo in the documentation for the changepassword ↵James Bennett2010-02-061-2/+2
| | | | | | management command. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12387 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated formset docs to contain the new management form field for max_num ↵Jannis Leidel2010-02-012-2/+6
| | | | | | values. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12373 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6364 -- Added the ability to run individual doctests.Russell Keith-Magee2010-02-011-7/+27
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@12364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig ↵Russell Keith-Magee2010-01-291-3/+14
| | | | | | Ericson and Justin Lilly for their work on this patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12351 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12715 -- Clarified the docs on the usage of database routers, ↵Russell Keith-Magee2010-01-281-3/+8
| | | | | | especially regarding the default routing scheme. Thanks to Chris Curvey for the suggestion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12335 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12557 - AnonymousUser should check auth backends for permissionsLuke Plant2010-01-281-0/+32
| | | | | | | | Thanks to hvdklauw for the idea and work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12316 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12671 -- Added set_many(), get_many(), and clear() methods to the ↵Russell Keith-Magee2010-01-271-3/+29
| | | | | | cache backend interface. Thanks to Jeff Balogh for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Made the database master router tolerant of router definitions that omit ↵Russell Keith-Magee2010-01-271-1/+5
| | | | | | individual routing methods. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12304 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12508 - Added ability to dynamically add inlines in the admin app.Jannis Leidel2010-01-261-0/+9
| | | | | | | | Refs #13. Also introduces an ``empty_form`` attribute on formsets to make it easier to implement dynamic forms. Many thanks to Zain Memon for the initial patch from his Summer of Code 2009 project, Stanislaus Madueke for his django-dynamic-formset app and all the other people helping out. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12297 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12673 - Require a version of GNU gettext of 0.1.5 and above.Jannis Leidel2010-01-261-1/+11
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@12296 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed some stray content from the multi-db docs. Thanks to Yuri Baburov ↵Russell Keith-Magee2010-01-251-2/+0
| | | | | | for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12291 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12672 -- Added the ability to configure which applications are ↵Russell Keith-Magee2010-01-251-8/+35
| | | | | | available on which database. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12290 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12542 -- Added the TEST_MIRROR setting, allowing testing of read ↵Russell Keith-Magee2010-01-251-5/+63
| | | | | | slave databases. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12289 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12668 -- Corrected some typos in the multi-db docs. Thanks to ↵Russell Keith-Magee2010-01-231-4/+4
| | | | | | mattimustang for the eagle eyes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12278 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #10314 -- Added a message prefix argument to Django's test assertions. ↵Russell Keith-Magee2010-01-221-6/+15
| | | | | | Thanks to Wes Winham for the original suggestion, and Chistian Oudard for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12273 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12540, #12541 -- Added database routers, allowing for configurable ↵Russell Keith-Magee2010-01-221-71/+265
| | | | | | database use behavior in a multi-db setup, and improved error checking for cross-database joins. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12272 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12640 -- Corrected a regression in test suite construction order ↵Russell Keith-Magee2010-01-191-3/+3
| | | | | | introduced by #12255. Also updated the docs to reflect what the test code has always done. Thanks to Ramiro Morales for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12638 -- Minor documentation cleanups around the new class-based test ↵Russell Keith-Magee2010-01-181-4/+4
| | | | | | runners. Thanks to Ramiro Morales for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Updated the docs around test runners to encourage the use of **kwargs in the ↵Russell Keith-Magee2010-01-181-1/+7
| | | | | | test runner constructor. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed typo in docs - supports_objects_permissions should be ↵Luke Plant2010-01-181-4/+4
| | | | | | supports_object_permissions git-svn-id: http://code.djangoproject.com/svn/django/trunk@12256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12624 -- Modified test runners to be class based.Russell Keith-Magee2010-01-181-24/+88
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@12255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added versionchanged directive to docs introduced in r12139.Jannis Leidel2010-01-171-0/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@12247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Created a 'DB optimization' topic, with cross-refs to relevant sections.Luke Plant2010-01-163-1/+265
| | | | | | | | Also fixed #10291, which was related, and cleaned up some inconsistent doc labels. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12229 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #5390 -- Added signals for m2m operations. Thanks to the many people ↵Russell Keith-Magee2010-01-131-0/+3
| | | | | | (including, most recently, rvdrijst and frans) that have contributed to this patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11794 - Typo in model manager documentation. Thanks, timo.Jannis Leidel2010-01-121-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@12221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12512. Changed ModelForm to stop performing model validation on ↵Joseph Kocherhans2010-01-121-0/+12
| | | | | | | | fields that are not part of the form. Thanks, Honza Kral and Ivan Sagalaev. This reverts some admin and test changes from [12098] and also fixes #12507, #12520, #12552 and #12553. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12206 bcc190cf-cafb-0310-a4f2-bffc1f526a37