This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-05-15 19:36:30 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
History
Tim Graham
82c935d44c
Renamed DatabaseFeature.supports_check_constraints to supports_column_check_constraints.
...
Thanks maxi for the suggestion.
2014-06-16 19:25:13 -04:00
..
backends
Renamed DatabaseFeature.supports_check_constraints to supports_column_check_constraints.
2014-06-16 19:25:13 -04:00
migrations
Ignore more blank throughs on swapped-out M2Ms
2014-06-16 15:09:27 -07:00
models
Improved code style of Query.table_alias() usage.
2014-06-14 15:14:13 +02:00
__init__.py
Fixed
#21430
-- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version.
2014-06-11 10:03:34 -04:00
transaction.py
Improved a comment. Thanks intgr for the report.
2014-04-11 23:01:00 +02:00
utils.py
Silenced deprecation warnings for refs
#22811
and fixed build.
2014-06-12 09:28:36 -04:00