The django1.4 release notes say:
- The many to many SQL generation functions on the database backends will be removed.
Can somebody point me to these functions? Where are they located?
thanks!
The django1.4 release notes say:
Can somebody point me to these functions? Where are they located?
thanks!
It was removed in django 1.4, but you can see the code (and deprecation warning) in the django 1.3 source code.