index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
Age
Commit message (
Expand
)
Author
2006-10-14
Fixes #2737 -- Added code to allow None as a query value for __exact queries,...
Russell Keith-Magee
2006-10-10
fixed #2876: updated japanese translation
Georg Bauer
2006-10-10
fixed #2887: updated czech translation
Georg Bauer
2006-10-09
Made the !NoReverseMatch exception fail silently within templates (so that mo...
Jacob Kaplan-Moss
2006-10-09
Fixed problem with debug message arguments.
Russell Keith-Magee
2006-10-03
Modified sql_index function names to match pattern established by initial_dat...
Russell Keith-Magee
2006-10-03
Refs #1828 -- Added creation of indexes as a step in syncdb. This is an inter...
Russell Keith-Magee
2006-10-03
Cleaned up and clarified some log messages and docstrings.
Russell Keith-Magee
2006-10-03
Factored out per-model index generation code.
Russell Keith-Magee
2006-10-03
Modified the default verbosity to be 1 (normal), and added some syncdb messag...
Russell Keith-Magee
2006-10-03
Added ability to use --noinput flag for application reset.
Russell Keith-Magee
2006-10-03
Altered the order of arguments to the test function to match common practice ...
Russell Keith-Magee
2006-09-30
Clarified documentation to indicate that authenticating a user doesn't imply ...
Russell Keith-Magee
2006-09-29
Disabled access to the admin site for inactive accounts, and clarified docume...
Russell Keith-Magee
2006-09-28
Folded BaseHandler.get_technical_error_response() into BaseHandler.get_respon...
Adrian Holovaty
2006-09-28
Folded BaseHandler.get_friendly_error_response() into BaseHandler.get_respons...
Adrian Holovaty
2006-09-28
Removed ENABLE_PSYCO setting. If you still need to use this, write custom mid...
Adrian Holovaty
2006-09-28
Folded django.core.handlers.modpython.populate_apache_request into ModPythonH...
Adrian Holovaty
2006-09-28
Changed BaseHandler.get_response() to take a single parameter (an HttpRequest...
Adrian Holovaty
2006-09-27
Fixed Python 2.3 compatibility problem in [3872].
Malcolm Tredinnick
2006-09-27
Fixed omission in [3872].
Malcolm Tredinnick
2006-09-27
Reintroduced the changes from [3855] with more flexible handling of version
Malcolm Tredinnick
2006-09-26
Improved detection of whether a URL is internal or not for the purpose
Luke Plant
2006-09-26
Fixed #2805 -- Removed some whitespace from the two sitemap XML templates.
Adrian Holovaty
2006-09-26
Removed one more legacy bit from [3855]. Refs #2827.
Adrian Holovaty
2006-09-26
Fixed #2827 -- Reverted [3855]
Adrian Holovaty
2006-09-26
Fixed #2782 -- Fixed incorrect request.META['SERVER_PORT'] for mod_python.
Adrian Holovaty
2006-09-26
Fixed #2704 -- Fixed error in create_superuser. It was failing for invalid us...
Adrian Holovaty
2006-09-26
Removed an unnecessary import from r3857. I'd forgotten that _() was put into
Malcolm Tredinnick
2006-09-26
Fixed #2748 -- Turned daily_cleanup.py into something that will run against the
Malcolm Tredinnick
2006-09-26
Corrected line that was somehow merged out prior to committing changeset [3858].
Russell Keith-Magee
2006-09-26
Refs #2243 -- Fixed manipulator handling of raw_id_admin m2m edit_inline fields.
Russell Keith-Magee
2006-09-26
Fixed a problem with editing inline objects.
Malcolm Tredinnick
2006-09-26
Fixed #2587 -- Removed some escaping from the summary fields.
Malcolm Tredinnick
2006-09-26
Fixed #2188 -- Raise an error when using long CharFields in combination with
Malcolm Tredinnick
2006-09-26
Fixed #2194 -- Tweaked error message for unique_together validator to display
Malcolm Tredinnick
2006-09-26
Fixed #2823 -- Fixed Python 2.3 compatibility problem pointed out by Alex Dedul.
Malcolm Tredinnick
2006-09-26
Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc.
Malcolm Tredinnick
2006-09-26
Fixed #2265 -- Fixed problem with using iterators for "choices" attribute.
Malcolm Tredinnick
2006-09-26
Fixed #2300 -- Added required "value" attribute to CheckboxSelectMultipleField
Malcolm Tredinnick
2006-09-26
Fixed #2362 -- Corrected the way we retrieve an object so that it works for
Malcolm Tredinnick
2006-09-26
Fixed #2817 -- Fixed formatting problem in admin help string. Thanks,
Malcolm Tredinnick
2006-09-26
Fixed #2816 -- Marked a couple more translatable strings. Thanks, ramiro.
Malcolm Tredinnick
2006-09-26
Fixed #2783 -- Fixed one-to-one fields to work with any primary key data type
Malcolm Tredinnick
2006-09-26
Fixed #2760 -- Fixed FloatField validator right (take two!) for negative
Malcolm Tredinnick
2006-09-26
Added '1' and '0' as allowed text input for BooleanFields. This was required ...
Russell Keith-Magee
2006-09-25
Proofread new django-admin 'adminmedia' option from [3811] and [3812]
Adrian Holovaty
2006-09-25
Small improvements to profanities-to-settings move from [3784]
Adrian Holovaty
2006-09-25
Fixed typos and improved documentation for permission_required decorator addi...
Adrian Holovaty
2006-09-25
Altered [3778] change to match our coding/text style (django.middleware.common)
Adrian Holovaty
[prev]
[next]