Changes between Initial Version and Version 1 of Ticket #29522


Ignore:
Timestamp:
Jun 24, 2018, 9:20:54 PM (6 years ago)
Author:
Levi Cameron
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29522 – Description

    initial v1  
    11**Use case**
    22
    3 Three times now I've had need to modify the ORM serializers for project use. In every case I've had to replicate large parts (if not all) of `django.core.serializers.base` in order to change 1 or 2 lines because certain calls to functions in `django.core.serializers.base` form the serializers are hardcoded.
     3Three times now I've had need to modify the ORM serializers for project use. In every case I've had to replicate large parts (if not all) of `django.core.serializers.base` in order to change 1 or 2 lines because certain calls to functions in `django.core.serializers.base` from the serializers are hardcoded.
    44
    55* Changing JSON serialization to output in alphabetical order (so that `dumpdata` doesn't reorder every field each time you run it)
Back to Top