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