Rivo Laks
|
d8a82edc27
|
Merge remote-tracking branch 'upstream/master' into permissions
Conflicts:
djadmin2/models.py
|
2013-05-18 16:22:53 +02:00 |
|
Andrew Ingram
|
0a310f3830
|
Reformat modeladmin urls
|
2013-05-18 15:57:42 +02:00 |
|
Andrew Ingram
|
88418efc7b
|
Added django admin style registration (for now)
Big changes to how things are structured, ModelAdmin2 handles its views and urls
|
2013-05-18 15:43:44 +02:00 |
|
Rivo Laks
|
e29767a208
|
Create view permissions for all models when syncdb is run
Works exactly the same way as that of the standard add/change/delete permissions
(the code is in fact copied from there).
|
2013-05-18 15:09:14 +02:00 |
|
Rivo Laks
|
c4dbe6f735
|
Implement proper permission checkin in Admin2
Uses Django's builtin per-model permissions (add/change/delete plus view which we'll add)
and also supports per-object permissions.
|
2013-05-18 15:07:34 +02:00 |
|
Peter Inglesby
|
7c5e7e6883
|
Rename package to djadmin2
|
2013-05-18 11:52:03 +02:00 |
|