1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Merge remote-tracking branch 'core/master' into schema-alteration

Conflicts:
	django/db/models/options.py
This commit is contained in:
Andrew Godwin
2013-08-09 14:37:37 +01:00
7 changed files with 50 additions and 7 deletions

View File

@@ -185,6 +185,10 @@ Minor features
return ``self.cleaned_data``. If it does return a changed dictionary then
that will still be used.
* The new :attr:`~django.db.models.Options.default_permissions` model
``Meta`` option allows you to customize (or disable) creation of the default
add, change, and delete permissions.
Backwards incompatible changes in 1.7
=====================================