1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Added a ManyToManyField(db_constraint=False) option, this allows not creating constraints on the intermediary models.

This commit is contained in:
Alex Gaynor
2013-03-07 11:24:51 -08:00
parent 4cccb85e29
commit bbbd698c7a
5 changed files with 65 additions and 22 deletions

View File

@@ -113,8 +113,8 @@ Minor features
* The ``MemcachedCache`` cache backend now uses the latest :mod:`pickle`
protocol available.
* Added the :attr:`django.db.models.ForeignKey.db_constraint`
option.
* Added the :attr:`django.db.models.ForeignKey.db_constraint` and
:attr:`django.db.models.ManyToManyField.db_constraint` options.
* The jQuery library embedded in the admin has been upgraded to version 1.9.1.