summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-19multi-auth: Merged to [3151]archive/attic/multi-authJoseph Kocherhans
2006-06-06multi-auth: Merged to [3085]Joseph Kocherhans
2006-06-02multi-auth: Merged to [3051]Joseph Kocherhans
2006-05-28multi-auth: Merged to [2997]Joseph Kocherhans
2006-05-22multi-auth: Merged to [2964]Joseph Kocherhans
2006-05-16multi-auth: Fixed broken ReST formatting.Joseph Kocherhans
2006-05-16multi-auth: Merged to [2924]Joseph Kocherhans
2006-05-16multi-auth: Moved SettingsBackend to docs.Joseph Kocherhans
2006-05-16multi-auth: Merged to [2919]Joseph Kocherhans
2006-05-16multi-auth: Small formatting changes to docs/authentication.txtJoseph Kocherhans
2006-05-16multi-auth: Updated docs to cover new authentication api.Joseph Kocherhans
2006-05-10mutil-auth: Rolled back pre-maturely commited changes to docs/authentication....Joseph Kocherhans
2006-05-10multi-auth: Merged to [2890]Joseph Kocherhans
2006-05-10multi-auth: Removed SESSION_KEY from django.contrib.auth.models... it's in dj...Joseph Kocherhans
2006-05-10multi-auth: Updated comments app to use new auth api.Joseph Kocherhans
2006-05-10multi-auth: Updated admin system to use new auth api.Joseph Kocherhans
2006-05-10multi-auth: Updated auth views to use new api.Joseph Kocherhans
2006-05-10multi-auth: Updated middleware to use new auth api.Joseph Kocherhans
2006-05-10multi-auth: Added default AUTHENTICATION_BACKENDS setting.Joseph Kocherhans
2006-05-10multi-auth: Implemented new auth api.Joseph Kocherhans
2006-05-10multi-auth: Added a couple of auth backends.Joseph Kocherhans
2006-05-10multi-auth: Moved check_password implementation to a function and updated the...Joseph Kocherhans
2006-05-08Created "multi-auth" branch. Refs #1428Jacob Kaplan-Moss
2006-05-06Fixed #1785 -- debug view no longer assumes _get_lines_from_file returns None...Adrian Holovaty
2006-05-06Removed section in docs/model-api.txt about connection.commit(), which no lon...Adrian Holovaty
2006-05-06Updated docs regarding QuerySet slicing and IndexError, in line with r2859Luke Plant
2006-05-06Changed the admin index to sort models alphabetically.Luke Plant
2006-05-06Removed unused code.Luke Plant
2006-05-06Made QuerySet slicing return IndexError instead of DoesNotExist (and related ...Luke Plant
2006-05-06Fixed #1781 -- Fixed unit tests to use new error message for DoesNotExist. Th...Adrian Holovaty
2006-05-06Fixed #1776 -- Fixed bug in DateQuerySet when the field is null. Thanks, Chri...Adrian Holovaty
2006-05-06Fixed QuerySet __getitem__ corner case so that it throws exceptions consistentlyLuke Plant
2006-05-06Simplified example in 'Limiting QuerySets' section of docs/db-api.txt.Adrian Holovaty
2006-05-06Fixed #1779 -- Fixed typo in docs/db-api.txt. Thanks, bde3@cornell.eduAdrian Holovaty
2006-05-06Small tweaks to docs/tutorial01.txtAdrian Holovaty
2006-05-06Improved runserver to display 'CONTROL-C' vs. 'CTRL-BREAK' based on the curre...Adrian Holovaty
2006-05-06Fixed #1777 -- Fixed bug in date conversion in SQLite backend. Thanks, dart@g...Adrian Holovaty
2006-05-06Fixed #1579 - added support for 'Q' objects in limit_choices_to.Luke Plant
2006-05-05Fixed #1773 -- Fixed indentation error in docs/model-api.txt. Thanks, pbAdrian Holovaty
2006-05-05Fixed #1722 -- Fixed bug in CommentManager.user_is_moderator(). Thanks, Jure ...Adrian Holovaty
2006-05-05Fixed #1378 -- Added svn:ignore for pyc files for all Django packagesAdrian Holovaty
2006-05-05Fixed #1216 -- Noted in docs/contributing.txt 'Unit tests' section that the u...Adrian Holovaty
2006-05-05Fixed #1762 -- Fixed Windows error in django.core.management. Thanks, ross.la...Adrian Holovaty
2006-05-05Fixed #1699 -- Fixed JavaScript error in admin site with raw_id_admin and dat...Adrian Holovaty
2006-05-05Fixed #1707 -- LocaleMiddleware now sets Content-Language header. Thanks, ube...Adrian Holovaty
2006-05-05Fixed #1719 -- Added rlcompleter autocompletion to 'manage.py shell' if IPyth...Adrian Holovaty
2006-05-05Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line fu...Adrian Holovaty
2006-05-05Fixed #1728 -- Fixed broken nav links in password_change_done admin page. Tha...Adrian Holovaty
2006-05-05Fixed #1729 -- Changed get_FIELD_filename() to return an empty string when fi...Adrian Holovaty
2006-05-05Fixed #1731 -- Added note to docs/model-api.txt about location of model repos...Adrian Holovaty