Timeline for Field Level Permission Django
Current License: CC BY-SA 3.0
6 events
when toggle format | what | by | license | comment | |
---|---|---|---|---|---|
Dec 22, 2013 at 3:52 | vote | accept | djangobot | ||
Dec 13, 2013 at 6:05 | vote | accept | djangobot | ||
Dec 13, 2013 at 6:05 | |||||
Dec 10, 2013 at 7:46 | comment | added | djangobot | Still the field is appearing ! | |
Dec 10, 2013 at 7:45 | comment | added | djangobot | def get_form(self, request, obj=None, **kwargs): if request.user.groups.filter(name="Group 1"): self.exclude = ("is_approved", ) form = super(SupplierAdmin, self).get_form(request, obj, **kwargs) return form | |
Dec 6, 2013 at 6:48 | vote | accept | djangobot | ||
Dec 9, 2013 at 10:23 | |||||
Dec 5, 2013 at 12:02 | history | answered | Mp0int | CC BY-SA 3.0 |