mirror of
https://github.com/jazzband/django-ddp.git
synced 2026-03-22 01:10:23 +00:00
* Removed `include_superusers` argument, replaced with class level `always_allow_superusers` attribute. * Removed unused `base_qs` argument. * Don't test for obj being a primary key when running query since obj is assumed to be an object in the prior lines of code anyway. |
||
|---|---|---|
| .. | ||
| accounts | ||
| migrations | ||
| server | ||
| test | ||
| __init__.py | ||
| admin.py | ||
| alea.py | ||
| api.py | ||
| apps.py | ||
| main.py | ||
| models.py | ||
| msg.py | ||
| postgres.py | ||
| websocket.py | ||