TurboGears CRUD Generator
=========================
Automatically creates CRUD and REST-APIS based on a SQLAlchemy or Ming model.
This is the tool that empowers the ``tgext.admin`` extension, but can also be used by itself.
0.8.0
-----
* __setters__ are no longer supported.
* __form_new_options__ and __form_edit_options__ are now available to set options specific to new or edit forms.
* get_all now logs exception when unable to retrieve data
* post, put and delete now return the created/edited/deleted object when called from child class method
* When subclassed error handler are now properly retrieved from the subclass when overridden.
* post, put and delete now redirect after the controller has been executed, not during.
0.7.4
-----
* Allow custom provider selector
0.5.6
-----------------------
* Make possible to choose whenever to rollback session or abort transaction when a database error occurs using the tgext.crud.abort_transactions option
0.4 (Jan. 31, 2012)
-----------------------
* Support filtering results in table view when passing arguments to the url
* Added keep_params option which makes possible to keep around
filters, useful when you want to administer only a subset of the
available objects.
0.3 (Sept. 30, 2009)
----------------------
* Mako template support
* Title template fixes
* Provider session bug fixed
* TW 0.9.7.2 support
* Pagination added.
0.2.x
------
Prehistory (should have kept better logs)
=========================
Automatically creates CRUD and REST-APIS based on a SQLAlchemy or Ming model.
This is the tool that empowers the ``tgext.admin`` extension, but can also be used by itself.
0.8.0
-----
* __setters__ are no longer supported.
* __form_new_options__ and __form_edit_options__ are now available to set options specific to new or edit forms.
* get_all now logs exception when unable to retrieve data
* post, put and delete now return the created/edited/deleted object when called from child class method
* When subclassed error handler are now properly retrieved from the subclass when overridden.
* post, put and delete now redirect after the controller has been executed, not during.
0.7.4
-----
* Allow custom provider selector
0.5.6
-----------------------
* Make possible to choose whenever to rollback session or abort transaction when a database error occurs using the tgext.crud.abort_transactions option
0.4 (Jan. 31, 2012)
-----------------------
* Support filtering results in table view when passing arguments to the url
* Added keep_params option which makes possible to keep around
filters, useful when you want to administer only a subset of the
available objects.
0.3 (Sept. 30, 2009)
----------------------
* Mako template support
* Title template fixes
* Provider session bug fixed
* TW 0.9.7.2 support
* Pagination added.
0.2.x
------
Prehistory (should have kept better logs)
Release files for tgext.crud 0.9.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tgext.crud-0.9.0.tar.gz | 22.4 kB | Details |
Release files / tgext.crud-0.9.0.tar.gz
| Download URL | tgext.crud-0.9.0.tar.gz |
|---|---|
| Size | 22.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f6b6271cd85faf402fff918190b596ad7eb60c922949ada461dbc4b29ab6b451
|
|
BLAKE2b-256 checksum How to use checksums |
76dd91b96659ee94639440e1bafd31d3794a6b3336e3d369d54ca3f5f5eac8ef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
Python-urllib/2.7
|