Daniel Roy Greenfeld
Daniel Roy Greenfeld
As always, @sehmaschine is right on the money. :8ball:
Do we want to do pagination directly in normal CBVs or rely instead on django-rest-framework queries. I lean towards the latter.
Performance is a grave concern for us. We want to avoid `django.contrib.admin`'s issues and have speed. One of the really nice things about django-mongonaut is that it performs well under...
Needs to wait until after #290 and #306 are complete.
Your urls.py is ``` python import djadmin2 print dir(djadmin2) djadmin2.default.autodiscover() ```
This task cannot be easily done until #343 is done.
All good reasons to change the milestone for this issue to 0.5.0. :walking:
First go ahead and change the ticket name to be for implementation of this as a feature. Even if AJAX pagination is done, there are going to be themes that...
This can wait until a later release. Better to get things working now and worry about caching later.
@digi604 Can you provide a sample API for changeable fieldsets?