Django Crudbuilder Versions Save

Generic CRUD implementation in Django

0.2.7

6 years ago
  • Django 2.0 support
  • Hide crud registry on global login required
  • Minor fixes

0.2.6

6 years ago
  • Bug fix related to content type
  • Disabled default HTML5 validation from crud templates
  • Support for excludes for Inline detail view
  • Removed ID as primary key dependency
  • Display help texts in forms

0.2.5

7 years ago
  • View to display registered cruds
  • Code cleanup
  • Docs updated

0.2.4

7 years ago

Major bug fix in Detail view

0.2.3

7 years ago
  • Custom context support
  • Verbose model name fix
  • Verbose field name fix
  • Django 1.10 support
  • Views extendability
  • Bug fixes

0.2.2

7 years ago
  • Bug fixes

0.2.1

8 years ago
  • Bug fixes during in setup.py (for pip install)

0.2.0

8 years ago
  • M2M field support
  • bug fixes
  • drop support for django 1.7

0.1.11

8 years ago
  • Major bug fix in post save signals

0.1.10

8 years ago
  • Added separate templates for inline formset
  • Added Bootstrap3 as default CSS