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
/
django
History
Adrian Holovaty
f1a8869339
Fixed
#800
-- Fixed bug in treatement of underscores and percent signs in SQLite backend. In order to do this, changed OPERATOR_MAPPING in DB backends to include a format string of the field value, because ESCAPE comes after the field value.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@1326
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-11-21 02:46:15 +00:00
..
bin
Fixed
#121
-- Django now quotes all names in SQL queries. Also added unit tests to confirm. Thanks, Robin Munn and Sune.
2005-11-14 01:44:35 +00:00
conf
Added SESSION_SAVE_EVERY_REQUEST setting.
2005-11-20 17:16:13 +00:00
contrib
Fixed bug for OneToOneFields in the admin -- the manipulator_validator_unique wasn't doing the correct lookup
2005-11-21 01:39:18 +00:00
core
Fixed
#800
-- Fixed bug in treatement of underscores and percent signs in SQLite backend. In order to do this, changed OPERATOR_MAPPING in DB backends to include a format string of the field value, because ESCAPE comes after the field value.
2005-11-21 02:46:15 +00:00
middleware
Added SESSION_SAVE_EVERY_REQUEST setting.
2005-11-20 17:16:13 +00:00
models
Fixed
#121
-- Django now quotes all names in SQL queries. Also added unit tests to confirm. Thanks, Robin Munn and Sune.
2005-11-14 01:44:35 +00:00
parts
Fixed
#796
-- Gave AnonymousUser a has_module_perms method.
2005-11-15 14:43:56 +00:00
templatetags
added missing docstring to the blocktrans template tag
2005-11-15 13:51:31 +00:00
utils
fixed a bug that happened only if the very first gettext call was an ngettext
2005-11-16 12:13:28 +00:00
views
Fixed
#842
-- 500 error view no longer breaks for local variable named 'items'. Thanks, rjwittams
2005-11-20 05:17:15 +00:00
__init__.py
Imported Django from private SVN repository (created from r. 8825)
2005-07-13 01:25:57 +00:00