summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* multi-auth: Merged to [3151]archive/attic/multi-authattic/multi-authJoseph Kocherhans2006-06-19101-2216/+3290
* multi-auth: Merged to [3085]Joseph Kocherhans2006-06-0678-519/+908
* multi-auth: Merged to [3051]Joseph Kocherhans2006-06-0256-362/+582
* multi-auth: Merged to [2997]Joseph Kocherhans2006-05-2860-2285/+4433
* multi-auth: Merged to [2964]Joseph Kocherhans2006-05-2236-1657/+2594
* multi-auth: Fixed broken ReST formatting.Joseph Kocherhans2006-05-161-32/+30
* multi-auth: Merged to [2924]Joseph Kocherhans2006-05-164-5/+7
* multi-auth: Moved SettingsBackend to docs.Joseph Kocherhans2006-05-162-36/+38
* multi-auth: Merged to [2919]Joseph Kocherhans2006-05-1691-17106/+23363
* multi-auth: Small formatting changes to docs/authentication.txtJoseph Kocherhans2006-05-161-7/+8
* multi-auth: Updated docs to cover new authentication api.Joseph Kocherhans2006-05-161-10/+68
* mutil-auth: Rolled back pre-maturely commited changes to docs/authentication....Joseph Kocherhans2006-05-101-68/+10
* multi-auth: Merged to [2890]Joseph Kocherhans2006-05-1033-3560/+3905
* multi-auth: Removed SESSION_KEY from django.contrib.auth.models... it's in dj...Joseph Kocherhans2006-05-101-2/+0
* multi-auth: Updated comments app to use new auth api.Joseph Kocherhans2006-05-101-2/+2
* multi-auth: Updated admin system to use new auth api.Joseph Kocherhans2006-05-101-7/+9
* multi-auth: Updated auth views to use new api.Joseph Kocherhans2006-05-102-13/+10
* multi-auth: Updated middleware to use new auth api.Joseph Kocherhans2006-05-101-6/+2
* multi-auth: Added default AUTHENTICATION_BACKENDS setting.Joseph Kocherhans2006-05-101-0/+6
* multi-auth: Implemented new auth api.Joseph Kocherhans2006-05-101-0/+69
* multi-auth: Added a couple of auth backends.Joseph Kocherhans2006-05-101-0/+51
* multi-auth: Moved check_password implementation to a function and updated the...Joseph Kocherhans2006-05-101-8/+15
* Created "multi-auth" branch. Refs #1428Jacob Kaplan-Moss2006-05-080-0/+0
* Fixed #1785 -- debug view no longer assumes _get_lines_from_file returns None...Adrian Holovaty2006-05-061-12/+13
* Removed section in docs/model-api.txt about connection.commit(), which no lon...Adrian Holovaty2006-05-061-9/+0
* Updated docs regarding QuerySet slicing and IndexError, in line with r2859Luke Plant2006-05-061-4/+4
* Changed the admin index to sort models alphabetically.Luke Plant2006-05-061-0/+1
* Removed unused code.Luke Plant2006-05-061-5/+0
* Made QuerySet slicing return IndexError instead of DoesNotExist (and related ...Luke Plant2006-05-063-7/+10
* Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th...Adrian Holovaty2006-05-065-6/+6
* Fixed #1776 -- Fixed bug in DateQuerySet when the field is null. Thanks, Chri...Adrian Holovaty2006-05-061-1/+1
* Fixed QuerySet __getitem__ corner case so that it throws exceptions consistentlyLuke Plant2006-05-061-2/+5
* Simplified example in 'Limiting QuerySets' section of docs/db-api.txt.Adrian Holovaty2006-05-061-4/+11
* Fixed #1779 -- Fixed typo in docs/db-api.txt. Thanks, bde3@cornell.eduAdrian Holovaty2006-05-061-1/+1
* Small tweaks to docs/tutorial01.txtAdrian Holovaty2006-05-061-13/+16
* Improved runserver to display 'CONTROL-C' vs. 'CTRL-BREAK' based on the curre...Adrian Holovaty2006-05-061-1/+2
* Fixed #1777 -- Fixed bug in date conversion in SQLite backend. Thanks, dart@g...Adrian Holovaty2006-05-061-2/+6
* Fixed #1579 - added support for 'Q' objects in limit_choices_to.Luke Plant2006-05-068-8/+39
* Fixed #1773 -- Fixed indentation error in docs/model-api.txt. Thanks, pbAdrian Holovaty2006-05-051-17/+17
* Fixed #1722 -- Fixed bug in CommentManager.user_is_moderator(). Thanks, Jure ...Adrian Holovaty2006-05-051-1/+1
* Fixed #1378 -- Added svn:ignore for pyc files for all Django packagesAdrian Holovaty2006-05-050-0/+0
* Fixed #1216 -- Noted in docs/contributing.txt 'Unit tests' section that the u...Adrian Holovaty2006-05-051-1/+3
* Fixed #1762 -- Fixed Windows error in django.core.management. Thanks, ross.la...Adrian Holovaty2006-05-051-2/+2
* Fixed #1699 -- Fixed JavaScript error in admin site with raw_id_admin and dat...Adrian Holovaty2006-05-051-1/+1
* Fixed #1707 -- LocaleMiddleware now sets Content-Language header. Thanks, ube...Adrian Holovaty2006-05-051-1/+1
* Fixed #1719 -- Added rlcompleter autocompletion to 'manage.py shell' if IPyth...Adrian Holovaty2006-05-051-0/+9
* Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line fu...Adrian Holovaty2006-05-052-1/+20
* Fixed #1728 -- Fixed broken nav links in password_change_done admin page. Tha...Adrian Holovaty2006-05-051-2/+2
* Fixed #1729 -- Changed get_FIELD_filename() to return an empty string when fi...Adrian Holovaty2006-05-052-1/+4
* Fixed #1731 -- Added note to docs/model-api.txt about location of model repos...Adrian Holovaty2006-05-051-0/+2