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!

diegueus9
  • 29,351
  • 16
  • 62
  • 74
Rajat
  • 1,766
  • 2
  • 21
  • 42

1 Answers1

2

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

dgel
  • 16,352
  • 8
  • 58
  • 75