Crud Controller Extension for TG2
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tgext.crud-0.8.2.tar.gz
(22.0 kB
view details)
File details
Details for the file tgext.crud-0.8.2.tar.gz
.
File metadata
- Download URL: tgext.crud-0.8.2.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c61b59bed90832d2538e4ad801b19a782041f9d31a176557eeec02aeac6f1aae |
|
MD5 | 8076b95ae1fdcf5678754d4b74652890 |
|
BLAKE2b-256 | 7a4f3b59d362979d64acb83f6efa6b1db46284149d4a248cb6bb88559b6de2f8 |