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
/
core
Age
Commit message (
Expand
)
Author
2006-09-26
Fixed #2782 -- Fixed incorrect request.META['SERVER_PORT'] for mod_python.
Adrian Holovaty
2006-09-26
Fixed #2188 -- Raise an error when using long CharFields in combination with
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-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 #2729 -- Handle initial SQL with different line-ending styles (Windows
Malcolm Tredinnick
2006-09-25
Fixed #2745 -- Made the __repr__ methods for modpython and wsgi request more
Malcolm Tredinnick
2006-09-24
Fixed #2674 -- Added stricter date validation so that things like 2006-11-31
Malcolm Tredinnick
2006-09-24
Fixed #2600 -- Added an option to allow serving admin media from a custom path
Malcolm Tredinnick
2006-09-23
A corrected version of r3805.
Malcolm Tredinnick
2006-09-23
Reverting r3805 whilst I track down a potential problem with it.
Malcolm Tredinnick
2006-09-23
Fixed #2613 -- Fixed an easily triggered memory error in file uploads for WSGI.
Malcolm Tredinnick
2006-09-23
Fixed #2425 -- Call validate() as part of generating SQL in order to catch a
Malcolm Tredinnick
2006-09-23
Fixed #2418 -- Fixed obsolete method call in PermLookupDict.__repr__. Thanks,
Malcolm Tredinnick
2006-09-22
Fixed #2789 -- Corrected typo from r3788.
Malcolm Tredinnick
2006-09-22
Fixed #2515 -- Allow passing of options to JSON serializer. Thanks, nesh.
Malcolm Tredinnick
2006-09-22
Fixed #2560 -- Add close() support to HttpResponse iterators. Thanks, Ivan
Malcolm Tredinnick
2006-09-22
Fixed #2578 -- Give a more accurate error message for admin.list_display_links
Malcolm Tredinnick
2006-09-22
Fixed #2760 -- Fixed validation of negative float amounts in forms. Thanks,
Malcolm Tredinnick
2006-09-22
Fixed #2747 -- Make X-Headers work for staff members. Admins with dyanmic IP
Malcolm Tredinnick
2006-09-22
Fixed #2678 -- Moved the list of profanities for the hasNoProfanities validator
Malcolm Tredinnick
2006-09-21
Fixed #2732 -- Allow first positional argument to runfastcgi() to be optional.
Malcolm Tredinnick
2006-09-14
Fixed #2732 -- Fixed error in FastCGI docs and added keyword-arg support in a...
Adrian Holovaty
2006-09-11
Fixed #2689 -- Got 'manage.py diffsettings' working again. Thanks for the pat...
Adrian Holovaty
2006-09-07
Fixes #2653 -- Modified related field utility methods to return None as the r...
Russell Keith-Magee
2006-08-31
Fixed #2611 -- Fixed XML serializer to handle null datetime fields. Thanks fo...
Adrian Holovaty
2006-08-28
Fixed verbosity check in installing initial data
Jacob Kaplan-Moss
2006-08-28
Fixed #2607 -- Fixed incorrect ordering of super() arguments in DateTimeAware...
Adrian Holovaty
2006-08-27
Refs #2333 - Added 'test' target to django-admin script. Includes addition of...
Russell Keith-Magee
2006-08-21
Fixed #2577 -- Made isSlug() validator translation-aware. Thanks for the patc...
Adrian Holovaty
2006-08-18
Fixed #2561 -- memcached cache backend no longer ignores default timeout. Tha...
Adrian Holovaty
2006-08-12
Fixed #2372 -- manage.py runfcgi no longer ignore LANGUAGE_CODE. Thanks, ludo...
Adrian Holovaty
2006-08-11
Changed inspectdb to *not* trim trailing 's' from database table name to crea...
Adrian Holovaty
2006-08-11
Improved urlresolvers so that URLconfs can be passed objects instead of strings
Adrian Holovaty
2006-08-11
Moved the space check from r3549 to before the Python keyword check so that
Malcolm Tredinnick
2006-08-10
Fixed #2517 -- Improved inspectdb to handle table column names that contain s...
Adrian Holovaty
2006-08-10
Fixed #2469 -- Fixed the constraint names in the sqlreset output (again!).
Malcolm Tredinnick
2006-08-09
Fixed #2469 -- Made the "drop index" constraint names match those we create i...
Malcolm Tredinnick
2006-08-09
Fixed #2260 -- fixed a problem where some foreign key references were being
Malcolm Tredinnick
2006-08-07
Fixed #2494 -- Django development server no longer does reverse DNS. As a sid...
Adrian Holovaty
2006-08-06
Fixed #2491 -- Pass the project directory back from setup_environ so that we
Malcolm Tredinnick
2006-08-06
Moved the environment setup into a method that can be called from other scripts.
Malcolm Tredinnick
2006-08-02
Fixed #2467 -- Improved model validator to check date_hierarchy. Thanks, Simo...
Adrian Holovaty
2006-08-01
Fixed #2257 -- make constraint names unique across all table/column
Malcolm Tredinnick
2006-08-01
Fixed #2370 -- It's now possible to pass default URLconf arguments to include...
Adrian Holovaty
2006-07-31
Fixed #2460 -- JSON serializer now correctly handles datetime objects. Thank...
Jacob Kaplan-Moss
2006-07-28
Added leading slash to output of core.urlresolvers.reverse(), and made 'urlco...
Adrian Holovaty
2006-07-27
Changed output of django-admin.py --version to use a hyphen instead of parent...
Adrian Holovaty
2006-07-25
Added resolve() and reverse() helper functions to django.core.urlresolvers
Adrian Holovaty
[prev]
[next]