summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-11Move the sqlalchemy branch into the attic.archive/attic/sqlalchemyJames Bennett
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-29Created sqlalchemy branch, for integrating Django's model API with SQLAlchemy.Adrian Holovaty
2006-08-29Added a rough cut of a document on using the new testing framework.Jacob Kaplan-Moss
2006-08-28Fixed verbosity check in installing initial dataJacob Kaplan-Moss
2006-08-28Made psycopg2 backend behave the same as the other backends when it comes to ...Jacob Kaplan-Moss
2006-08-28Test database creation/deletion now correctly quotes database names when crea...Jacob Kaplan-Moss
2006-08-28Fixed #2604 -- Got compile-messages.py working on win32. Thanks for the patch...Adrian Holovaty
2006-08-28Fixed #2607 -- Fixed incorrect ordering of super() arguments in DateTimeAware...Adrian Holovaty
2006-08-28Fixed #2610 -- corrected documentation about the auth context processor (than...Jacob Kaplan-Moss
2006-08-27Reverted [3659], the 'name' field on Template objects and the signal emitted ...Adrian Holovaty
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee
2006-08-27Refs #2333 - Added 'test' target to django-admin script. Includes addition of...Russell Keith-Magee
2006-08-27Refs #2333 - Added a signal that is emitted whenever a template is rendered, ...Russell Keith-Magee
2006-08-27Refs #2333 - Added test framework. This includes doctest and unittest finders...Russell Keith-Magee
2006-08-24Fixed small typo in docs/overview.txt. Thanks, kirkAdrian Holovaty
2006-08-23Added 'How can I get started contributing code to Django?' to the FAQ, and be...Adrian Holovaty
2006-08-23Added some helpful hints to list_display documentation in docs/model-api.txtAdrian Holovaty
2006-08-23Fixed #2581 -- Added populate_xheaders() call to flatpage view. Thanks for th...Adrian Holovaty
2006-08-22Fixed #2582 -- filter_interface now works on fields with verbose_name contain...Adrian Holovaty
2006-08-22Fixed #2570 -- Added 'DejaVu Sans' to admin global.css, because it is more ut...Adrian Holovaty
2006-08-22Fixed #2572 -- Added all languages to docs/settings.txt. Thanks for the patch...Adrian Holovaty
2006-08-22Fixed #2587 -- Removed unnecessary escaping from admin_doc/model_detail.html ...Adrian Holovaty
2006-08-21Fixed #2580 -- Added missing </html> tag in docs/templates.txt examples. Than...Adrian Holovaty
2006-08-21Fixed #2577 -- Made isSlug() validator translation-aware. Thanks for the patc...Adrian Holovaty
2006-08-21Fixed #2471 -- Got date-based generic views working with SQLite DateFields. T...Adrian Holovaty
2006-08-20Fixed typo in docs/model-api.txtAdrian Holovaty
2006-08-18Fixed bug in [3553] -- Changed admin JavaScript quoting for related-object po...Adrian Holovaty
2006-08-18Updated my bio in the FAQ.Wilson Miner
2006-08-18Fixed #2561 -- memcached cache backend no longer ignores default timeout. Tha...Adrian Holovaty
2006-08-18Added note to 'If you don't need internationalization' section of docs/i18n.t...Adrian Holovaty
2006-08-18Added USE_I18N setting to default settings.py created for startproject commandAdrian Holovaty
2006-08-18Made small change to docs/templates_python.txt to explicitly define 'context ...Adrian Holovaty
2006-08-18Fixed #2540 -- Added one more i18n string to admin/views/doc.py. Thanks, dumm...Adrian Holovaty
2006-08-18Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and o...Adrian Holovaty
2006-08-18Fixed #2541 -- Added helpful error message for CacheMiddleware in the case of...Adrian Holovaty
2006-08-18Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and documentati...Adrian Holovaty
2006-08-18Fixed #2559 -- Added cool new operators for Admin.search_fields, plus documen...Adrian Holovaty
2006-08-17Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for robots....Adrian Holovaty
2006-08-17Small formatting change to docs/model-api.txt change from [3597] -- double hy...Adrian Holovaty
2006-08-17Clarified documentation regarding string-form model references.Russell Keith-Magee
2006-08-16Fixed small security hole in bin/compile-messages.py by escaping the .po file...Adrian Holovaty
2006-08-16Small error-message formatting change to compile-messages.pyAdrian Holovaty
2006-08-14Added paragraph to docs/model-api.txt explicitly pointing out file uploads sh...Adrian Holovaty