This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2024-11-19 16:04:13 +00:00
Code
Issues
24
Releases
Wiki
Activity
69a46c5ca7
django
/
tests
/
modeltests
/
raw_query
History
Aymeric Augustin
f89901dc05
Fixed two typos.
2012-11-25 19:31:53 +01:00
..
fixtures
Fixed
#12429
-- Ensure that raw queries call resolve_columns if the backend defines it. This ensures (as much as possible) that the model values returned by a raw query match that in normal queries. Thanks to Ian Kelly for the report.
2010-04-01 16:48:16 +00:00
__init__.py
models.py
Fixed two typos.
2012-11-25 19:31:53 +01:00
tests.py
Cleaned up some small bits of the ORM, including removing an import *.
2012-09-07 10:58:17 -04:00