Opened 20 months ago

Last modified 20 months ago

#34311 closed Cleanup/optimization

The documentation on serialization uses unique_together — at Initial Version

Reported by: Willem Van Onsem Owned by: nobody
Component: Documentation Version: 4.1
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

Documentation on serialization uses unique_together, whereas it seems to be advised to use Django's constraint framework. Therefore this might introduce confusion. Perhaps we should "update" the documentation.

https://docs.djangoproject.com/en/dev/topics/serialization/

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top