summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-11Move the sqlalchemy branch into the attic.archive/attic/sqlalchemyJames Bennett
git-svn-id: http://code.djangoproject.com/svn/django/branches/attic/sqlalchemy@11521 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-31Merged revisions 4186 to 4454 from trunk.Robin Munn
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@4455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-12-08sqlalchemy: Merged revisions 4054 to 4185 from trunk.Robin Munn
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@4186 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-08sqlalchemy: Merged revisions 3918 to 4053 from trunk.Robin Munn
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@4054 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-24sqlalchemy: Merged revisions 3832 to 3917 from trunk.Robin Munn
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3918 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-25sqlalchemy: Merged revisions 3770 to 3831 from trunk.Robin Munn
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3832 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-20sqlalchemy: Merged revisions 3724 to 3769 from trunk.Robin Munn
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3770 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-05sqlalchemy: Merged revisions 3679 to 3723 from trunk.Robin Munn
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3724 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-29Created sqlalchemy branch, for integrating Django's model API with SQLAlchemy.Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/branches/sqlalchemy@3679 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-29Added a rough cut of a document on using the new testing framework.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3678 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-28Fixed verbosity check in installing initial dataJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3676 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-28Made psycopg2 backend behave the same as the other backends when it comes to ↵Jacob Kaplan-Moss
unicode and datetime time zone info. See [http://groups.google.com/group/django-developers/browse_frm/thread/4575a3fe0d78e2e4/d607d96f7b422620#d607d96f7b422620 the django-dev thread] for details. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3675 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-28Test database creation/deletion now correctly quotes database names when ↵Jacob Kaplan-Moss
creating/dropping them. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3673 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-28Fixed #2604 -- Got compile-messages.py working on win32. Thanks for the ↵Adrian Holovaty
patch, Jarosław Zabiełło git-svn-id: http://code.djangoproject.com/svn/django/trunk@3672 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-28Fixed #2607 -- Fixed incorrect ordering of super() arguments in ↵Adrian Holovaty
DateTimeAwareJSONEncoder. Thanks for the patch, dummy@habmalnefrage.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3671 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-28Fixed #2610 -- corrected documentation about the auth context processor ↵Jacob Kaplan-Moss
(thanks, ubernostrum). git-svn-id: http://code.djangoproject.com/svn/django/trunk@3670 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-27Reverted [3659], the 'name' field on Template objects and the signal emitted ↵Adrian Holovaty
whenever a template is rendered. Refs #2333. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3666 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ↵Russell Keith-Magee
existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3661 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-27Refs #2333 - Added 'test' target to django-admin script. Includes addition ↵Russell Keith-Magee
of --verbosity and --noinput options to django-admin, and a new TEST_RUNNER setting to control the tool used to execute tests. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3660 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-27Refs #2333 - Added a signal that is emitted whenever a template is rendered, ↵Russell Keith-Magee
and added a 'name' field to Template to allow easy identification of templates. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3659 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-27Refs #2333 - Added test framework. This includes doctest and unittest ↵Russell Keith-Magee
finders, Django-specific doctest and unittest wrappers, and a pseudo-client that can be used to stimulate and test views. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3658 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-24Fixed small typo in docs/overview.txt. Thanks, kirkAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3654 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-23Added 'How can I get started contributing code to Django?' to the FAQ, and ↵Adrian Holovaty
beefed up 'Why does this project exist?' git-svn-id: http://code.djangoproject.com/svn/django/trunk@3653 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-23Added some helpful hints to list_display documentation in docs/model-api.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3652 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-23Fixed #2581 -- Added populate_xheaders() call to flatpage view. Thanks for ↵Adrian Holovaty
the patch, dummy@habmalnefrage.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3650 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-22Fixed #2582 -- filter_interface now works on fields with verbose_name ↵Adrian Holovaty
containing quotes. Thanks for reporting, 235 git-svn-id: http://code.djangoproject.com/svn/django/trunk@3649 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-22Fixed #2570 -- Added 'DejaVu Sans' to admin global.css, because it is more ↵Adrian Holovaty
utf-8 friendly than Bitstream. Thanks for the patch, riklaunim@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3644 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-22Fixed #2572 -- Added all languages to docs/settings.txt. Thanks for the ↵Adrian Holovaty
patch, gandalf@owca.info git-svn-id: http://code.djangoproject.com/svn/django/trunk@3643 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-22Fixed #2587 -- Removed unnecessary escaping from admin_doc/model_detail.html ↵Adrian Holovaty
template. Thanks for reporting, Gary Wilson git-svn-id: http://code.djangoproject.com/svn/django/trunk@3642 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-21Fixed #2580 -- Added missing </html> tag in docs/templates.txt examples. ↵Adrian Holovaty
Thanks, jonathan-django@jmail.za.net git-svn-id: http://code.djangoproject.com/svn/django/trunk@3635 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-21Fixed #2577 -- Made isSlug() validator translation-aware. Thanks for the ↵Adrian Holovaty
patch, henrik_kroeger@arcor.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3634 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-21Fixed #2471 -- Got date-based generic views working with SQLite DateFields. ↵Adrian Holovaty
Thanks for the patch, Steven Armstrong git-svn-id: http://code.djangoproject.com/svn/django/trunk@3633 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-20Fixed typo in docs/model-api.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3620 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-18Fixed bug in [3553] -- Changed admin JavaScript quoting for related-object ↵Adrian Holovaty
popup window not to use repr(), because that produces values such as 123L for longints. Refs #2500 git-svn-id: http://code.djangoproject.com/svn/django/trunk@3613 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-18Updated my bio in the FAQ.Wilson Miner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3612 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-18Fixed #2561 -- memcached cache backend no longer ignores default timeout. ↵Adrian Holovaty
Thanks for the report and patch, Christopher Lenz git-svn-id: http://code.djangoproject.com/svn/django/trunk@3611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-18Added note to 'If you don't need internationalization' section of ↵Adrian Holovaty
docs/i18n.txt about removing the i18n context processor git-svn-id: http://code.djangoproject.com/svn/django/trunk@3608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-18Added USE_I18N setting to default settings.py created for startproject commandAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3607 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-18Made small change to docs/templates_python.txt to explicitly define 'context ↵Adrian Holovaty
processors', for the benefit of searches git-svn-id: http://code.djangoproject.com/svn/django/trunk@3606 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-18Fixed #2540 -- Added one more i18n string to admin/views/doc.py. Thanks, ↵Adrian Holovaty
dummy@habmalnefrage.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-18Added note to docs/cache.txt about CACHE_MIDDLEWARE_ANONYMOUS_ONLY=True and ↵Adrian Holovaty
ordering AuthenticationMiddleware. Refs #2541. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3604 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-18Fixed #2541 -- Added helpful error message for CacheMiddleware in the case ↵Adrian Holovaty
of CACHE_ANONYMOUS_ONLY=True and uninstalled/unordered AuthenticationMiddleware. Thanks, dummy@habmalnefrage.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@3603 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-18Fixed #2552 -- Added SetRemoteAddrFromForwardedFor middleware and ↵Adrian Holovaty
documentation. Thanks, Ian Holsman git-svn-id: http://code.djangoproject.com/svn/django/trunk@3602 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-18Fixed #2559 -- Added cool new operators for Admin.search_fields, plus ↵Adrian Holovaty
documentation. Thanks, Andy Dustman. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3601 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-17Changed admin/base.html template to add a NONE,NOARCHIVE meta tag for ↵Adrian Holovaty
robots. Thanks for the idea, Ian Holsman git-svn-id: http://code.djangoproject.com/svn/django/trunk@3600 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-17Small formatting change to docs/model-api.txt change from [3597] -- double ↵Adrian Holovaty
hyphens instead of a single hyphen git-svn-id: http://code.djangoproject.com/svn/django/trunk@3598 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-17Clarified documentation regarding string-form model references.Russell Keith-Magee
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3597 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-16Fixed small security hole in bin/compile-messages.py by escaping the .po ↵Adrian Holovaty
filename in os.system() call. Announcement forthcoming git-svn-id: http://code.djangoproject.com/svn/django/trunk@3592 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-16Small error-message formatting change to compile-messages.pyAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3590 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-14Added paragraph to docs/model-api.txt explicitly pointing out file uploads ↵Adrian Holovaty
should be validated, for security reasons git-svn-id: http://code.djangoproject.com/svn/django/trunk@3585 bcc190cf-cafb-0310-a4f2-bffc1f526a37