summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move the sqlalchemy branch into the attic.archive/attic/sqlalchemyattic/sqlalchemyJames Bennett2009-09-110-0/+0
* Merged revisions 4186 to 4454 from trunk.Robin Munn2007-01-31120-1899/+5900
* sqlalchemy: Merged revisions 4054 to 4185 from trunk.Robin Munn2006-12-0852-649/+2408
* sqlalchemy: Merged revisions 3918 to 4053 from trunk.Robin Munn2006-11-0878-422/+2352
* sqlalchemy: Merged revisions 3832 to 3917 from trunk.Robin Munn2006-10-2469-2267/+3212
* sqlalchemy: Merged revisions 3770 to 3831 from trunk.Robin Munn2006-09-2560-999/+3583
* sqlalchemy: Merged revisions 3724 to 3769 from trunk.Robin Munn2006-09-2032-724/+3068
* sqlalchemy: Merged revisions 3679 to 3723 from trunk.Robin Munn2006-09-0545-169/+1274
* Created sqlalchemy branch, for integrating Django's model API with SQLAlchemy.Adrian Holovaty2006-08-290-0/+0
* Added a rough cut of a document on using the new testing framework.Jacob Kaplan-Moss2006-08-292-0/+199
* Fixed verbosity check in installing initial dataJacob Kaplan-Moss2006-08-281-1/+2
* Made psycopg2 backend behave the same as the other backends when it comes to ...Jacob Kaplan-Moss2006-08-281-4/+1
* Test database creation/deletion now correctly quotes database names when crea...Jacob Kaplan-Moss2006-08-281-5/+5
* Fixed #2604 -- Got compile-messages.py working on win32. Thanks for the patch...Adrian Holovaty2006-08-281-1/+4
* Fixed #2607 -- Fixed incorrect ordering of super() arguments in DateTimeAware...Adrian Holovaty2006-08-281-1/+1
* Fixed #2610 -- corrected documentation about the auth context processor (than...Jacob Kaplan-Moss2006-08-281-5/+11
* Reverted [3659], the 'name' field on Template objects and the signal emitted ...Adrian Holovaty2006-08-277-17/+10
* Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee2006-08-2770-3791/+949
* Refs #2333 - Added 'test' target to django-admin script. Includes addition of...Russell Keith-Magee2006-08-275-13/+61
* Refs #2333 - Added a signal that is emitted whenever a template is rendered, ...Russell Keith-Magee2006-08-277-10/+17
* Refs #2333 - Added test framework. This includes doctest and unittest finders...Russell Keith-Magee2006-08-276-0/+3049
* Fixed small typo in docs/overview.txt. Thanks, kirkAdrian Holovaty2006-08-241-1/+1
* Added 'How can I get started contributing code to Django?' to the FAQ, and be...Adrian Holovaty2006-08-231-8/+21
* Added some helpful hints to list_display documentation in docs/model-api.txtAdrian Holovaty2006-08-231-3/+16
* Fixed #2581 -- Added populate_xheaders() call to flatpage view. Thanks for th...Adrian Holovaty2006-08-231-1/+4
* Fixed #2582 -- filter_interface now works on fields with verbose_name contain...Adrian Holovaty2006-08-221-1/+1
* Fixed #2570 -- Added 'DejaVu Sans' to admin global.css, because it is more ut...Adrian Holovaty2006-08-221-1/+1
* Fixed #2572 -- Added all languages to docs/settings.txt. Thanks for the patch...Adrian Holovaty2006-08-221-0/+11
* Fixed #2587 -- Removed unnecessary escaping from admin_doc/model_detail.html ...Adrian Holovaty2006-08-221-1/+1
* Fixed #2580 -- Added missing </html> tag in docs/templates.txt examples. Than...Adrian Holovaty2006-08-211-3/+5
* Fixed #2577 -- Made isSlug() validator translation-aware. Thanks for the patc...Adrian Holovaty2006-08-211-1/+1
* Fixed #2471 -- Got date-based generic views working with SQLite DateFields. T...Adrian Holovaty2006-08-211-6/+9
* Fixed typo in docs/model-api.txtAdrian Holovaty2006-08-201-1/+1
* Fixed bug in [3553] -- Changed admin JavaScript quoting for related-object po...Adrian Holovaty2006-08-181-2/+4
* Updated my bio in the FAQ.Wilson Miner2006-08-181-5/+5
* Fixed #2561 -- memcached cache backend no longer ignores default timeout. Tha...Adrian Holovaty2006-08-181-1/+1
* Added note to 'If you don't need internationalization' section of docs/i18n.t...Adrian Holovaty2006-08-181-2/+3
* Added USE_I18N setting to default settings.py created for startproject commandAdrian Holovaty2006-08-181-0/+4
* Made small change to docs/templates_python.txt to explicitly define 'context ...Adrian Holovaty2006-08-181-3/+4
* Fixed #2540 -- Added one more i18n string to admin/views/doc.py. Thanks, dumm...Adrian Holovaty2006-08-181-1/+1
* Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and o...Adrian Holovaty2006-08-181-1/+4
* Fixed #2541 -- Added helpful error message for CacheMiddleware in the case of...Adrian Holovaty2006-08-181-0/+3
* Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentati...Adrian Holovaty2006-08-182-1/+41
* Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documen...Adrian Holovaty2006-08-183-6/+52
* Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for robots....Adrian Holovaty2006-08-171-0/+1
* Small formatting change to docs/model-api.txt change from [3597] -- double hy...Adrian Holovaty2006-08-171-2/+2
* Clarified documentation regarding string-form model references.Russell Keith-Magee2006-08-171-3/+7
* Fixed small security hole in bin/compile-messages.py by escaping the .po file...Adrian Holovaty2006-08-161-1/+8
* Small error-message formatting change to compile-messages.pyAdrian Holovaty2006-08-161-1/+1
* Added paragraph to docs/model-api.txt explicitly pointing out file uploads sh...Adrian Holovaty2006-08-141-0/+8