index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2009-09-11
Move the generic-auth branch into the attic.
archive/attic/generic-auth
James Bennett
2006-12-29
Made generic-auth backwards compatible with the trunk.
Joseph Kocherhans
2006-12-29
generic-auth: Merged to trunk [4254]
Joseph Kocherhans
2006-12-07
generic-auth: Merged to trunk [4183].
Joseph Kocherhans
2006-11-30
generic-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 tests
Joseph 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-06
Applied patch from http://code.djangoproject.org/wiki/GenericAuthorization th...
Joseph Kocherhans
2006-11-06
Merged to [3519]
Joseph Kocherhans
2006-06-28
generic-auth: Initial implementation and tests for the new has_permission fun...
Joseph Kocherhans
2006-06-23
Created branch for GenericAuthorization.
Jacob Kaplan-Moss
2006-06-23
Fixed #1661 -- Added logic for string-form model references in the 'to' argum...
Russell Keith-Magee
2006-06-23
Added comments to clarify the string->field name resolution logic.
Russell Keith-Magee
2006-06-23
Fixed #1662 -- Added resolver for string-form model references for models tha...
Russell Keith-Magee
2006-06-22
Fixed #2199: deleting objects with generic foreign keys in the admin now work...
Jacob Kaplan-Moss
2006-06-22
Changed default 500 view NOT to use RequestContext, to lessen the chance that...
Adrian Holovaty
2006-06-22
Fixed typo in docs/request_response.txt
Adrian Holovaty
2006-06-21
Fixed a few small rst errors in request/response and fastcgi docs.
Jacob Kaplan-Moss
2006-06-21
Reverted [3184]. There's no such thing as models.PasswordField.
Adrian Holovaty
2006-06-21
Fixed the "timeuntil" and "timesince" tests so that they don't fail on a
Malcolm Tredinnick
2006-06-21
Fixed #1240 -- Updated bash completion file to accomodate changes in r3174.
Malcolm Tredinnick
2006-06-21
Fixed #2163 -- Corrected typo when handling datetimes with timezones in the t...
Malcolm Tredinnick
2006-06-21
Fixed #2053 -- added an optional comparison argument to the "timesince" filter.
Malcolm Tredinnick
2006-06-21
Fixed #2071 -- documented the PasswordField (including cavaets). Thanks to
Malcolm Tredinnick
2006-06-21
Fixed #2031 -- Don't try to remove microseconds on date objects (only datetime)
Malcolm Tredinnick
2006-06-21
Fixed #1928 -- Correctly create foreign key references when there are multiple
Malcolm Tredinnick
2006-06-20
Fixed runtests.py problem from [3177] where it assumed you were running the t...
Adrian Holovaty
2006-06-20
Added semicolon test to regressiontests/initial_sql_regress/sql/simple.sql
Adrian Holovaty
2006-06-20
Fixed #688 -- Changed default 404 and 500 views to use RequestContext
Adrian Holovaty
2006-06-20
Fixed #2119 -- fixed problems with splitting SQL statements into separate
Malcolm Tredinnick
2006-06-20
Fixed #2161 -- handle trailing newlines in initial SQL data. Includes
Malcolm Tredinnick
2006-06-20
Added regressions tests to ensure that one-to-one and many-to-many fields
Malcolm Tredinnick
2006-06-20
Added draft of docs/fastcgi.txt. Haven't finished editing this yet.
Adrian Holovaty
2006-06-20
Added django/core/servers/fastcgi.py and manage.py 'runfcgi' option. Thanks, ...
Adrian Holovaty
2006-06-20
Tightened up code in django.contrib.contenttypes.models.ContentTypeManager.ge...
Adrian Holovaty
2006-06-20
Fixed #1802 -- Fixed database integrity error when creating permission object...
Adrian Holovaty
2006-06-20
Converted request.META['REQUEST_METHOD'] calls to request.method, throughout ...
Adrian Holovaty
2006-06-20
Fixed bad formatting in 'lookup' model tests from [3157]
Adrian Holovaty
2006-06-20
Fixed comma splice in auth.User model docstring
Adrian Holovaty
2006-06-20
Fixed #1964 -- Fixed bug in fetching the dimensions of an ImageField. Thanks,...
Adrian Holovaty
2006-06-20
Fixed #1422 -- Docstring improvements for the models in the admin app. Thanks
Malcolm Tredinnick
2006-06-20
Fixed #2078 -- Improved HttpResponseRedirect and HttpResponsePermanentRedirec...
Adrian Holovaty
2006-06-20
Fixed #2102 -- Template system 'for' loops now support generators. Thanks, db...
Adrian Holovaty
2006-06-20
Added 'method' attribute to HttpRequest objects
Adrian Holovaty
[next]