Skip to content

3.0

Compare
Choose a tag to compare
@gasman gasman released this 02 Feb 10:27
  • Added support for many-to-many relations (Thejaswi Puthraya, Matt Westcott)
  • Added compatibility with django-taggit 0.20 and dropped support for earlier versions
  • Deprecated the Model._meta.child_relations property (get_all_child_relations should be used instead)
  • Implemented the set() method on related managers (introduced in Django 1.9)