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