This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
testapp
History
Adrian Holovaty
9541d7a7c7
Fixed
#251
-- Added OR support to queries, via the new 'complex' DB API keyword argument. Updated docs and added unit tests. Also removed old, undocumented '_or' parameter. Thanks, Hugo.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@1508
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-30 06:14:05 +00:00
..
models
Fixed
#251
-- Added OR support to queries, via the new 'complex' DB API keyword argument. Updated docs and added unit tests. Also removed old, undocumented '_or' parameter. Thanks, Hugo.
2005-11-30 06:14:05 +00:00
templatetags
Fixed
#911
-- Made template system scoped to the parser instead of the template module. Also changed the way tags/filters are registered and added support for multiple arguments to {% load %} tag. Thanks, rjwittams. This is a backwards-incompatible change for people who've created custom template tags or filters. See
http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges
for upgrade instructions.
2005-11-26 22:46:31 +00:00
__init__.py
Added first stab at model and DB-API unit tests
2005-07-29 15:15:40 +00:00