summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2007-01-31Merged revisions 4186 to 4454 from trunk.Robin Munn
2006-12-08sqlalchemy: Merged revisions 4054 to 4185 from trunk.Robin Munn
2006-11-08sqlalchemy: Merged revisions 3918 to 4053 from trunk.Robin Munn
2006-10-24sqlalchemy: Merged revisions 3832 to 3917 from trunk.Robin Munn
2006-09-25sqlalchemy: Merged revisions 3770 to 3831 from trunk.Robin Munn
2006-09-20sqlalchemy: Merged revisions 3724 to 3769 from trunk.Robin Munn
2006-09-05sqlalchemy: Merged revisions 3679 to 3723 from trunk.Robin Munn
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
2006-07-21Second half of little cleanup tweaks suggested by pyflakes.Jacob Kaplan-Moss
2006-07-21Fixed a bunch of spurious imports, typos, and other small errors turned up by...Jacob Kaplan-Moss
2006-07-21Fixed #2092: added a "is_secure()" method to HttpRequest which correctly hand...Jacob Kaplan-Moss
2006-07-21Fixed keyboard slip that was accidentally committedRussell Keith-Magee
2006-07-21Cleanup of management.py; replaced uses of 'klass' with 'model', and normaliz...Russell Keith-Magee
2006-07-20Clarified debug naming of WSGIRequestsRussell Keith-Magee
2006-07-19Fixed #2257 -- MySQL wants constraint names to be unique per-database, so fixedMalcolm Tredinnick
2006-07-14Added command line flag to disable use of auto-reloader on development server.Russell Keith-Magee
2006-07-14Disable use of terminal colors when django-admin is run on a Pocket PC.Russell Keith-Magee
2006-07-10Fixed #2301 -- Added list_display_links option to 'class Admin', which regula...Adrian Holovaty
2006-07-10Fixed #2312 -- E-mail validator now accepts TLDs up to 6 characters longAdrian Holovaty
2006-07-05Fixed #2285 -- Tweaked the error message after model errors at "syncdb" time soMalcolm Tredinnick
2006-07-04Fixed #1578 -- fixed a corner-case where we still wanting core=True attributesMalcolm Tredinnick
2006-06-29Added a JSON serializer, a few more tests, and a couple more lines of docs.Jacob Kaplan-Moss
2006-06-28Added initial cut at serialization framework, along with some basic tests and...Jacob Kaplan-Moss
2006-06-27Fixes #2216 -- Added extra tests for model validity, and cleaned up warning m...Russell Keith-Magee
2006-06-25Fixes #1812 -- Added model validity checks to ensure that models.py exists, a...Russell Keith-Magee
2006-06-23Fixed #1662 -- Added resolver for string-form model references for models tha...Russell Keith-Magee
2006-06-21Fixed #1928 -- Correctly create foreign key references when there are multipleMalcolm Tredinnick
2006-06-20Fixed #2119 -- fixed problems with splitting SQL statements into separateMalcolm Tredinnick