summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-11Move the generic-auth branch into the attic.archive/attic/generic-authJames Bennett
2006-12-29Made generic-auth backwards compatible with the trunk.Joseph Kocherhans
2006-12-29generic-auth: Merged to trunk [4254]Joseph Kocherhans
2006-12-07generic-auth: Merged to trunk [4183].Joseph Kocherhans
2006-11-30generic-auth: Merged to trunk [4148].Joseph Kocherhans
2006-11-25[generic-auth] Merged to trunk [4103].Joseph Kocherhans
2006-11-10[generic-auth] Merged to [4062]Joseph Kocherhans
2006-11-09[generic-auth] Added an extensible function for filtering querysets based on ...Joseph Kocherhans
2006-11-08[generic-auth] Fixed misspelling.Joseph Kocherhans
2006-11-08[generic-auth] Added a simple role based permission checker in the testsJoseph Kocherhans
2006-11-06[generic-auth] Added a has_permissions convenience function and did some misc...Joseph Kocherhans
2006-11-06[generic-auth] Added tests for generic-auth. They're not sufficient yet, but ...Joseph Kocherhans
2006-11-06[generic-auth] Merged to [4025]Joseph Kocherhans
2006-11-06Applied patch from http://code.djangoproject.org/wiki/GenericAuthorization th...Joseph Kocherhans
2006-11-06Merged to [3519]Joseph Kocherhans
2006-06-28generic-auth: Initial implementation and tests for the new has_permission fun...Joseph Kocherhans
2006-06-23Created branch for GenericAuthorization.Jacob Kaplan-Moss
2006-06-23Fixed #1661 -- Added logic for string-form model references in the 'to' argum...Russell Keith-Magee
2006-06-23Added comments to clarify the string->field name resolution logic.Russell Keith-Magee
2006-06-23Fixed #1662 -- Added resolver for string-form model references for models tha...Russell Keith-Magee
2006-06-22Fixed #2199: deleting objects with generic foreign keys in the admin now work...Jacob Kaplan-Moss
2006-06-22Changed default 500 view NOT to use RequestContext, to lessen the chance that...Adrian Holovaty
2006-06-22Fixed typo in docs/request_response.txtAdrian Holovaty
2006-06-21Fixed a few small rst errors in request/response and fastcgi docs.Jacob Kaplan-Moss
2006-06-21Reverted [3184]. There's no such thing as models.PasswordField.Adrian Holovaty
2006-06-21Fixed the "timeuntil" and "timesince" tests so that they don't fail on aMalcolm Tredinnick
2006-06-21Fixed #1240 -- Updated bash completion file to accomodate changes in r3174.Malcolm Tredinnick
2006-06-21Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t...Malcolm Tredinnick
2006-06-21Fixed #2053 -- added an optional comparison argument to the "timesince" filter.Malcolm Tredinnick
2006-06-21Fixed #2071 -- documented the PasswordField (including cavaets). Thanks toMalcolm Tredinnick
2006-06-21Fixed #2031 -- Don't try to remove microseconds on date objects (only datetime)Malcolm Tredinnick
2006-06-21Fixed #1928 -- Correctly create foreign key references when there are multipleMalcolm Tredinnick
2006-06-20Fixed runtests.py problem from [3177] where it assumed you were running the t...Adrian Holovaty
2006-06-20Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sqlAdrian Holovaty
2006-06-20Fixed #688 -- Changed default 404 and 500 views to use RequestContextAdrian Holovaty
2006-06-20Fixed #2119 -- fixed problems with splitting SQL statements into separateMalcolm Tredinnick
2006-06-20Fixed #2161 -- handle trailing newlines in initial SQL data. IncludesMalcolm Tredinnick
2006-06-20Added regressions tests to ensure that one-to-one and many-to-many fieldsMalcolm Tredinnick
2006-06-20Added draft of docs/fastcgi.txt. Haven't finished editing this yet.Adrian Holovaty
2006-06-20Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ...Adrian Holovaty
2006-06-20Tightened up code in django.contrib.contenttypes.models.ContentTypeManager.ge...Adrian Holovaty
2006-06-20Fixed #1802 -- Fixed database integrity error when creating permission object...Adrian Holovaty
2006-06-20Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...Adrian Holovaty
2006-06-20Fixed bad formatting in 'lookup' model tests from [3157]Adrian Holovaty
2006-06-20Fixed comma splice in auth.User model docstringAdrian Holovaty
2006-06-20Fixed #1964 -- Fixed bug in fetching the dimensions of an ImageField. Thanks,...Adrian Holovaty
2006-06-20Fixed #1422 -- Docstring improvements for the models in the admin app. ThanksMalcolm Tredinnick
2006-06-20Fixed #2078 -- Improved HttpResponseRedirect and HttpResponsePermanentRedirec...Adrian Holovaty
2006-06-20Fixed #2102 -- Template system 'for' loops now support generators. Thanks, db...Adrian Holovaty
2006-06-20Added 'method' attribute to HttpRequest objectsAdrian Holovaty