django1/django/contrib/auth
Malcolm Tredinnick 6dfe245f02 Updated the inline help text for User.is_active.
Fixed #6881. Refs #7011.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-04-13 01:50:29 +00:00
..
handlers Small change to modpython auth handler to support Apache 2.2 2007-09-15 18:36:31 +00:00
__init__.py Fixed #3505 -- Added handling for the error raised when the user forgets the comma in a single element tuple when defining AUTHENTICATION_BACKENDS. Thanks for the help identifying this problem, Mario Gonzalez <gonzalemario@gmail.com>. 2007-07-13 05:03:33 +00:00
backends.py Fixed #5922 -- Turned `ModelBackend` authentication backend into a new-style class, thanks `Honza_Kral`. 2008-03-08 03:09:29 +00:00
create_superuser.py Fixed #3165 -- Really allow underscores when making a superuser, thanks `SmileyChris`. 2008-01-13 04:03:36 +00:00
decorators.py Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring of the function they decorate by adding a modified version of the `functools.wraps` function from Python 2.5. `wraps` has been altered to work with Django's `curry` function and with Python 2.3, which doesn't allow assignment of a function's `__name__` attribute. This fixes severaly annoyances, such as the online documentation for template filters served by the admin app. This change is backwards incompatible if, for some reason, you were relying on the name of a Django decorator instead of the function it decorates. 2008-02-25 06:02:35 +00:00
forms.py Fixed #5798 -- Added a missing translation marker. Thanks, maru. 2007-10-27 04:34:50 +00:00
management.py Merged Unicode branch into trunk (r4952:5608). This should be fully 2007-07-04 12:11:04 +00:00
middleware.py Fixed #2702 -- Fixed LazyUser to store cache as attribute of request, not class. Thanks for the patch, jkocherhans 2006-09-12 17:30:47 +00:00
models.py Updated the inline help text for User.is_active. 2008-04-13 01:50:29 +00:00
tests.py Fixed #6174 -- Made `AnonymousUser.is_active` False instead of True since `AnonymousUser`s can't login. Thanks, `SmileyChris`. 2007-12-11 06:37:07 +00:00
views.py Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun, DavidReynolds and effbot 2007-09-14 19:25:37 +00:00