Changes between Initial Version and Version 1 of Ticket #24778, comment 4


Ignore:
Timestamp:
May 10, 2015, 5:59:00 PM (10 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24778, comment 4

    initial v1  
    11Markus, what do think about allowing an `apps` kwarg to be passed to the `loaddata` command and serializers' initializers?
    22
    3 If supplied the command and the serializers would either use the provided `apps` and default on `django.apps.apps`.
     3If supplied the command and the serializers would either use the provided `apps` or default to `django.apps.apps`.
    44
    55From that point we could provide a `RunPython` subclass that simply calls `call_command` with `apps=apps`?
Back to Top