This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
Releases: cfpb/regulations-core
Releases · cfpb/regulations-core
1.2.6
Rename import command
The import_reg
command is renamed to regcore_import_reg
in order to avoid a conflict with an identically named import command in eregs2.
Security cleanup
This release makes the delete_reg
management command explicitly opt-in by moving it to delete_reg.py.example
. To use it the file must manually be renamed.
Increase possible marker size
This release increases the possible size of markers in the database, from 10 characters to 200.
Include search index txt file in wheels
This release:
- Ensures that the Haystack search index file is included in wheel files
Django 1.8 migrations + Notice Changes
This release:
- Removes buildout
- Fixes duplicate labels in notices
- Fix potential MySQL timeouts with large regulations
- Stores notices on a per-regulation basis
- Adds the
delete_reg
management command
Longer Labels and Regulation Import
This release adds support for longer labels, importing regulation JSON with management command import_reg
, and updates buildout.
Multiple Regs Same Notice
Account for cases where multiple regs are referenced in the same notice