This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
477d737e1e
django1
/
django
/
db
History
Alex Gaynor
bbbd698c7a
Added a ManyToManyField(db_constraint=False) option, this allows not creating constraints on the intermediary models.
2013-03-07 11:24:51 -08:00
..
backends
Added missing method in the dummy database backend.
2013-03-07 14:53:52 +01:00
models
Added a ManyToManyField(db_constraint=False) option, this allows not creating constraints on the intermediary models.
2013-03-07 11:24:51 -08:00
__init__.py
Added import forgotten in
2ee21d9
.
2013-03-01 23:46:53 +01:00
transaction.py
Factored code and added a missing docstring.
2013-02-21 21:26:40 +01:00
utils.py
Fixed tests broken in
2ee21d9
.
2013-02-28 17:08:16 +01:00