straight55b / app-engine-patch

Automatically exported from code.google.com/p/app-engine-patch
0 stars 0 forks source link

dumpdata ignores auth.models.Permission #185

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create group 'publisher' with permissions
2.  ./manage.py dumpdata --indent=4 auth
Running on app-engine-patch 1.0.2.2
[
    {
        "pk": "agdnYWVjbXMych8LEgphdXRoX2dyb3VwIg9wdWJsaXNoZXJfZ3JvdXAM", 
        "model": "auth.group", 
        "fields": {
            "name": "publisher"
        }
    }, 
...

permissions ignored 

Original issue reported on code.google.com by slav0n...@gmail.com on 23 Jul 2009 at 12:02

GoogleCodeExporter commented 9 years ago
Are your permissions a property? What kind of property?

Original comment by wkornew...@gmail.com on 23 Jul 2009 at 12:07

GoogleCodeExporter commented 9 years ago
this is standart Group model and permissions avaible by admin panel

Original comment by slav0n...@gmail.com on 23 Jul 2009 at 12:27