index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
Age
Commit message (
Expand
)
Author
2008-08-02
Fixed #8086 -- Removed 2.5 specific keyword argument to __import__. Thanks CH...
Brian Rosner
2008-08-01
Added a missing import from [8186].
Brian Rosner
2008-08-01
Pass the correct data as the second parameter to find_module to correct admin...
Brian Rosner
2008-08-01
Reverted [8174]. It is causing some serious breakage right now. Need to inves...
Brian Rosner
2008-08-01
Fixed #3062 - removed arbitrary and unneeded max_length on password fields in...
Luke Plant
2008-08-01
Fixed #5631 -- When fieldsets contains a field that is on the same line, it i...
Brian Rosner
2008-08-01
Fixed #7922 -- admin.autodiscover() no longer eats ImportErrors for breakfast...
Brian Rosner
2008-08-01
Fixed #7885 -- Prevent duplicates in fields and fieldsets declarations. Thank...
Brian Rosner
2008-08-01
Changed some URL conf regexes to rawstrings for consistency
Luke Plant
2008-08-01
Added a login link to the password reset completion screen.
Luke Plant
2008-08-01
Fixed #2175: Added tests for models with multiple GenericForeignKeys
Luke Plant
2008-07-31
Fixed #7723 - implemented a secure password reset form that uses a token and ...
Luke Plant
2008-07-31
Fixed #7978 -- Modified the contrib.sites tests to guarantee the initial cond...
Russell Keith-Magee
2008-07-31
Fixed #8042 -- Modified the password reset form so that the email field lengt...
Russell Keith-Magee
2008-07-30
Removed TEST_COOKIE_NAME and TEST_COOKIE_VALUE constants from
Malcolm Tredinnick
2008-07-30
Fixed #7880 -- Corrected the handling of fields in the admin that specify cho...
Russell Keith-Magee
2008-07-30
Fixed #7992 -- Interpolate UTF-8 verbose_names correctly into unicode strings
Malcolm Tredinnick
2008-07-29
Fixed #7695 -- Modified template to trust help_text on a model field. Thanks ...
Russell Keith-Magee
2008-07-29
Fixed #6095 -- Added the ability to specify the model to use to manage a Many...
Russell Keith-Magee
2008-07-27
Fixed #6427 -- Added some more features to the Austrian localflavor.
Malcolm Tredinnick
2008-07-26
Fixed #7793 -- Handle sitemaps with more than 50,000 URLs in them (by using
Malcolm Tredinnick
2008-07-26
Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd.
Malcolm Tredinnick
2008-07-25
Fixed #6109 again.
Luke Plant
2008-07-23
Improved admin model registration options: you can now register using registe...
Jacob Kaplan-Moss
2008-07-23
Fixed #7914 -- Added some missing __init__.py files that were missed when the...
Russell Keith-Magee
2008-07-23
Fixed #7898 -- Moved formset media definition to a media property in InlineAd...
Brian Rosner
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-07-22
Fixed #7304 -- Gave AnonymousUser a has_perms() method, which it was lacking
Adrian Holovaty
2008-07-21
Moved RedirectAdmin in django.contrib.redirects to an admin.py module.
Brian Rosner
2008-07-21
Fixed #7858 -- Quick CSS fix for right-to-left written languages in inlines. ...
Brian Rosner
2008-07-20
Fixed filter_horizontal and filter_vertical handling in admin so that they can
Malcolm Tredinnick
2008-07-20
Fixed #7775 -- Removed some duplicated code from the admin login sequence. Th...
Russell Keith-Magee
2008-07-19
Fixed #7763 -- Added a Romanian localflavor. Thanks, MihaiD.
Malcolm Tredinnick
2008-07-19
Fixed #7828 -- Removed some unnecessary imports from admin widgets. Thanks to...
Russell Keith-Magee
2008-07-19
Fixed #7741: django.newforms is now django.forms. This is obviously a backwar...
Jacob Kaplan-Moss
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-07-18
Fixed #1443 -- Django's various bits now support dates before 1900. Thanks to...
Adrian Holovaty
2008-07-08
Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from jshaf...
Malcolm Tredinnick
2008-07-08
Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify...
Adrian Holovaty
2008-07-02
Fixed a long and complex line by breaking into a for loop, with the added ben...
Gary Wilson Jr
2008-07-02
Added docstring and other minor style fixes.
Gary Wilson Jr
2008-07-01
Fixed #7185 -- Added a "ping_google" management command to
Malcolm Tredinnick
2008-06-30
Refs #7521 -- Re-reverted [7716] (originally reverted in [7726]), now modifie...
Russell Keith-Magee
2008-06-30
Fixed #4081 -- Allow empty content in flatpages.
Malcolm Tredinnick
2008-06-30
Fixed #6089 -- Removed default ordering on the User class.
Malcolm Tredinnick
2008-06-30
Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o...
Russell Keith-Magee
2008-06-26
Fixed #6306 -- redirect_to_login() helper function now quotes the URL argumen...
Adrian Holovaty
2008-06-26
Fixed #7274 -- Improved the django.contrib.auth password_reset() view not to ...
Adrian Holovaty
2008-06-25
Fixed #7531 -- Modified the sites test so that user-provided initial data doe...
Russell Keith-Magee
2008-06-23
Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any application...
Russell Keith-Magee
[prev]
[next]