Changes between Initial Version and Version 1 of Ticket #24778, comment 4
- Timestamp:
- May 10, 2015, 5:59:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24778, comment 4
initial v1 1 1 Markus, what do think about allowing an `apps` kwarg to be passed to the `loaddata` command and serializers' initializers? 2 2 3 If supplied the command and the serializers would either use the provided `apps` and default on`django.apps.apps`.3 If supplied the command and the serializers would either use the provided `apps` or default to `django.apps.apps`. 4 4 5 5 From that point we could provide a `RunPython` subclass that simply calls `call_command` with `apps=apps`?