Many to many SQL generation statements in Django 1.4

Go To StackoverFlow.com

0

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!

2012-04-04 17:28
by Rajat


2

It was removed in django 1.4, but you can see the code (and deprecation warning) in the django 1.3 source code.

2012-04-04 17:57
by dgel
Ads