- django-copyist
- Quickstart
- Overview
- Copy with taking data from original model
- Copy with taking data from external source
- Handling denormalized data
- Copying data with multiple parent models
- Closer look at CopyRequest and CopyResult
- Setting attribute to filtered value
- Set to filter matching gone wrong
- Set to filter using custom function
- Ignoring models during copy with SET_TO_FILTER
- Ignoring based on nested data mismatches
- Custom ignore function
- Controlling querysets with static filters
- Data preparation by deletion
- Data preparation with custom function
- Post-copy actions
- Note on ordering of operations
- Note on performance
- API
- Configuration
CopyActions
DataModificationActions
DataModificationStep
DataPreparationFunc
DataPreparationStep
FieldCopyConfig
FieldFilterConfig
FilterConfig
FilterSource
IgnoreCondition
IgnoreFilter
IgnoreFilterSource
IgnoreFunc
MakeCopy()
ModelCopyConfig
PostcopyFunc
PostcopyStep
SetToFilterFunc
TAKE_FROM_ORIGIN
UpdateToCopied()
- Copy request and result
- Copyist
- Configuration