Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Releases: cfpb/regulations-core

1.2.6

05 Dec 16:59
936059b
Compare
Choose a tag to compare
  • Configure travis to build wheels #73
  • Cap required Django version between 1.8 and 1.11 #74

Rename import command

18 Jul 14:49
Compare
Choose a tag to compare

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

06 Jun 20:03
Compare
Choose a tag to compare

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

03 Jun 19:57
Compare
Choose a tag to compare

This release increases the possible size of markers in the database, from 10 characters to 200.

Include search index txt file in wheels

27 Apr 13:38
Compare
Choose a tag to compare

This release:

  • Ensures that the Haystack search index file is included in wheel files

Django 1.8 migrations + Notice Changes

12 Apr 14:37
Compare
Choose a tag to compare

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

16 Jul 17:44
Compare
Choose a tag to compare

This release adds support for longer labels, importing regulation JSON with management command import_reg, and updates buildout.

Multiple Regs Same Notice

24 Jun 19:25
Compare
Choose a tag to compare

Account for cases where multiple regs are referenced in the same notice