django/docs/ref
Jannis Leidel cc64fb5c4b Fixed #8342 -- Removed code from the admin that assumed that you can't login with an email address (nixed by r12634). Also refactored login code slightly to be DRY by using more of auth app's forms and views.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14769 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-02 00:44:35 +00:00
..
contrib Fixed #8342 -- Removed code from the admin that assumed that you can't login with an email address (nixed by r12634). Also refactored login code slightly to be DRY by using more of auth app's forms and views. 2010-12-02 00:44:35 +00:00
files Fixed #14762 - Add documention for ContentFile. Thanks jesh for the suggestion and adamv for the patch. 2010-11-28 20:14:04 +00:00
forms Fixes #10427 -- Abstract the value generation of a BoundField 2010-11-28 02:50:31 +00:00
models Fixed #14758 - Remove entire method signatures from QuerySet headings - thanks adamv for the patch. 2010-11-28 18:15:40 +00:00
templates Fixed #11152 - Add some classes to the template docs. Thanks adamv for the patch. 2010-11-29 00:55:04 +00:00
authbackends.txt Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
class-based-views.txt Fixes #14780 -- bad quoting in class based views reference. Thanks for the patch, adamv. 2010-11-26 02:56:58 +00:00
databases.txt Fixed #11706: Added an Oracle connection option to disable the use of RETURNING INTO in INSERT statements. 2010-12-01 23:36:56 +00:00
django-admin.txt Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver management command. Thanks to Jason Alonso and Łukasz Rekucki for the report and initial patches. 2010-11-26 13:33:53 +00:00
exceptions.txt Fixed #14545 -- Added ValidationError to Exceptions Reference docs and improved Sphinx metadata. 2010-10-23 21:15:35 +00:00
generic-views.txt Fixed #14798 - Clarified redirects of generic views - thanks OldTroll. 2010-11-28 18:36:01 +00:00
index.txt Fixed #6735 -- Added class-based views. 2010-10-18 13:34:47 +00:00
middleware.txt Fixed #14785 - fixes to middleware docs - thanks adamv for the patch. 2010-11-27 21:58:20 +00:00
request-response.txt Fixed #14809 -- broken login related tests after r14733. 2010-12-01 22:25:17 +00:00
settings.txt Fixed #14781 - Setting "CACHE_PREFIX" should be "CACHE_KEY_PREFIX". Thanks to adamv for report and patch. 2010-11-26 13:38:39 +00:00
signals.txt Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks SmileyChris and pterk. 2010-11-26 13:33:27 +00:00
unicode.txt Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
utils.txt Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. 2010-10-09 08:12:50 +00:00
validators.txt Fixed #14537 -- Added documentation on where validators can be imported from to Validators Reference docs, and improved Sphinx formatting and metadata. Thanks to rfugger for the report. 2010-10-23 22:06:01 +00:00