summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move the generic-auth branch into the attic.archive/attic/generic-authattic/generic-authJames Bennett2009-09-110-0/+0
* Made generic-auth backwards compatible with the trunk.Joseph Kocherhans2006-12-294-22/+40
* generic-auth: Merged to trunk [4254]Joseph Kocherhans2006-12-2947-1450/+2920
* generic-auth: Merged to trunk [4183].Joseph Kocherhans2006-12-0720-112/+488
* generic-auth: Merged to trunk [4148].Joseph Kocherhans2006-11-3013-144/+1042
* [generic-auth] Merged to trunk [4103].Joseph Kocherhans2006-11-2528-473/+944
* [generic-auth] Merged to [4062]Joseph Kocherhans2006-11-1037-112/+327
* [generic-auth] Added an extensible function for filtering querysets based on ...Joseph Kocherhans2006-11-092-2/+66
* [generic-auth] Fixed misspelling.Joseph Kocherhans2006-11-081-1/+1
* [generic-auth] Added a simple role based permission checker in the testsJoseph Kocherhans2006-11-082-4/+82
* [generic-auth] Added a has_permissions convenience function and did some misc...Joseph Kocherhans2006-11-063-68/+79
* [generic-auth] Added tests for generic-auth. They're not sufficient yet, but ...Joseph Kocherhans2006-11-062-0/+72
* [generic-auth] Merged to [4025]Joseph Kocherhans2006-11-06270-4488/+14086
* Applied patch from http://code.djangoproject.org/wiki/GenericAuthorization th...Joseph Kocherhans2006-11-066-79/+78
* Merged to [3519]Joseph Kocherhans2006-11-06207-2437/+9956
* generic-auth: Initial implementation and tests for the new has_permission fun...Joseph Kocherhans2006-06-283-0/+77
* Created branch for GenericAuthorization.Jacob Kaplan-Moss2006-06-230-0/+0
* Fixed #1661 -- Added logic for string-form model references in the 'to' argum...Russell Keith-Magee2006-06-232-3/+29
* Added comments to clarify the string->field name resolution logic.Russell Keith-Magee2006-06-231-0/+3
* Fixed #1662 -- Added resolver for string-form model references for models tha...Russell Keith-Magee2006-06-236-20/+82
* Fixed #2199: deleting objects with generic foreign keys in the admin now work...Jacob Kaplan-Moss2006-06-221-12/+16
* Changed default 500 view NOT to use RequestContext, to lessen the chance that...Adrian Holovaty2006-06-221-2/+2
* Fixed typo in docs/request_response.txtAdrian Holovaty2006-06-221-1/+1
* Fixed a few small rst errors in request/response and fastcgi docs.Jacob Kaplan-Moss2006-06-212-3/+4
* Reverted [3184]. There's no such thing as models.PasswordField.Adrian Holovaty2006-06-211-13/+0
* Fixed the "timeuntil" and "timesince" tests so that they don't fail on aMalcolm Tredinnick2006-06-211-4/+4
* Fixed #1240 -- Updated bash completion file to accomodate changes in r3174.Malcolm Tredinnick2006-06-211-2/+16
* Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t...Malcolm Tredinnick2006-06-212-2/+7
* Fixed #2053 -- added an optional comparison argument to the "timesince" filter.Malcolm Tredinnick2006-06-214-4/+60
* Fixed #2071 -- documented the PasswordField (including cavaets). Thanks toMalcolm Tredinnick2006-06-211-0/+13
* Fixed #2031 -- Don't try to remove microseconds on date objects (only datetime)Malcolm Tredinnick2006-06-211-1/+1
* Fixed #1928 -- Correctly create foreign key references when there are multipleMalcolm Tredinnick2006-06-211-2/+10
* Fixed runtests.py problem from [3177] where it assumed you were running the t...Adrian Holovaty2006-06-201-6/+6
* Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sqlAdrian Holovaty2006-06-201-0/+1
* Fixed #688 -- Changed default 404 and 500 views to use RequestContextAdrian Holovaty2006-06-201-3/+3
* Fixed #2119 -- fixed problems with splitting SQL statements into separateMalcolm Tredinnick2006-06-202-9/+5
* Fixed #2161 -- handle trailing newlines in initial SQL data. IncludesMalcolm Tredinnick2006-06-205-4/+28
* Added regressions tests to ensure that one-to-one and many-to-many fieldsMalcolm Tredinnick2006-06-204-9/+54
* Added draft of docs/fastcgi.txt. Haven't finished editing this yet.Adrian Holovaty2006-06-201-0/+262
* Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ...Adrian Holovaty2006-06-204-0/+212
* Tightened up code in django.contrib.contenttypes.models.ContentTypeManager.ge...Adrian Holovaty2006-06-201-10/+5
* Fixed #1802 -- Fixed database integrity error when creating permission object...Adrian Holovaty2006-06-201-5/+3
* Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...Adrian Holovaty2006-06-207-11/+10
* Fixed bad formatting in 'lookup' model tests from [3157]Adrian Holovaty2006-06-201-1/+1
* Fixed comma splice in auth.User model docstringAdrian Holovaty2006-06-201-2/+2
* Fixed #1964 -- Fixed bug in fetching the dimensions of an ImageField. Thanks,...Adrian Holovaty2006-06-201-2/+2
* Fixed #1422 -- Docstring improvements for the models in the admin app. ThanksMalcolm Tredinnick2006-06-202-3/+35
* Fixed #2078 -- Improved HttpResponseRedirect and HttpResponsePermanentRedirec...Adrian Holovaty2006-06-201-3/+5
* Fixed #2102 -- Template system 'for' loops now support generators. Thanks, db...Adrian Holovaty2006-06-201-0/+2
* Added 'method' attribute to HttpRequest objectsAdrian Holovaty2006-06-204-2/+22