summaryrefslogtreecommitdiff
path: root/ishtar_common/migrations
AgeCommit message (Collapse)Author
2015-05-06Manage migration merge on ishtar_commonÉtienne Loks
To apply: ./manage.py migrate ishtar_common --delete-ghost-migrations 0029 ./manage.py migrate ishtar_common --fake 0030
2015-05-06Fix generaltype slug size (to match with label size)Étienne Loks
2015-05-06Adapt migrations after mergeÉtienne Loks
2015-05-06Add new fields for towns - update default department and states for FranceÉtienne Loks
2015-05-06Manage link between import and imported object - Auto-delete imported object ↵Étienne Loks
when deleting import
2015-05-05Imports: manage importation interface, error fileÉtienne Loks
2015-05-03Interface: create new import, management interfaceÉtienne Loks
2015-05-03Import: add management of link between user data and db dataÉtienne Loks
2015-05-02New models for import managmentÉtienne Loks
2015-01-26Person: allow empty titleÉtienne Loks
2015-01-26GeneralType keys: add importer field for specific key association - better ↵Étienne Loks
management of keys * new importer field definition and creation * manage manual association of keys * manage overload of keys * manage automatic deletion of keys * change ImportFormater for new management of keys
2015-01-26Add a generic relation model to list general types keys. Reorganize imports.Étienne Loks
2015-01-25Several changes on models to manage complex find importsÉtienne Loks
2014-12-21Add a new table to manage importsÉtienne Loks
2014-12-18Fix length of town's name.Étienne Loks
* Ready for Llanfairpwllgwyngyllgogerychwyrndrobwllllantysiliogogogoch!
2014-12-12Don't erase any creation of this user when it is deleted (refs #2169)Étienne Loks
* creator is no more a mandatory field * for associated foreign key relation: on_delete set to SET_NULL
2014-11-28Merge action implementation (person and organization)Étienne Loks
2014-11-24Work on SRA importationÉtienne Loks
2014-11-07Larger names for personÉtienne Loks
2014-10-29Add global variables (+admin) - implement an easier ooo parsing (refs #2111)Étienne Loks
2014-05-12Add email field to organizations - Django management of email fields (refs ↵Étienne Loks
#1677)
2014-05-10History: add a creator fieldÉtienne Loks
* automatically add creator to new created item * associated migrations * associated tests * tests
2013-12-19Organization: increase organization name lenght (ref #1569)Étienne Loks
2013-12-02Manage document templateÉtienne Loks
* ooo_replace: generate a document by mapping ooo variables with a given dict * DocumentTemplate model: store templates associated with a type of objects * get_values method: generate a dict of value from a model * new form/view to generate document from administrativ acts
2013-10-17Fix permission managementÉtienne Loks
* improve ObjectPermBackend * change permission right from wizard to groups * remove default to administrator * add default data for french person_types
2013-08-23PersonType from single value to multi value for PersonÉtienne Loks
2013-02-06Work on importsÉtienne Loks
2012-10-19Djangoization - Major refactoring (step 2) models reorganization in django appsÉtienne Loks