Definition of models used for python-gitmodel
Project description
Unicore Gitmodels
=================
Definition of models used for python-gitmodel
.. image:: https://travis-ci.org/praekelt/unicore-gitmodels.svg
:target: https://travis-ci.org/praekelt/unicore-gitmodels
Installation
------------
::
$ pip install unicore-gitmodels
Usage
-----
::
# models.py
from unicore_gitmodels.models import GitPageModel, GitCategoryModel
ws = Workspace('/path/to/repo/.git')
GitPage = ws.register_model(GitPageModel)
GitCategory = ws.register_model(GitCategoryModel)
::
# views.py
page = GitPage(title='a title', slug='a-title', content='some sample content')
page.save(True, message="sample git commit")
Authors
=======
Praekelt Foundation
-------------------
* Milton Madanda
* Simon de Haan
Changelog
=========
1.7.0
-----
#. Add default sorting to `all()` using position field on GitPageModel
1.6.0
-----
#. Add default sorting to `all()` using position field
1.5.0
-----
#. Add `related_pages` and ListField() type.
1.4.0
-----
#. Feature category in navbar
1.3.1
-----
#. Ensure language is returned in dto.
1.3.0
-----
#. Added featured boolean field.
1.2.0
-----
#. Added featured_in_category boolean field.
1.1.0
-----
#. Added language and source fields.
1.0.3
-----
#. Add slugify to page model.
1.0.2
-----
#. Add slugify to model for cases when no slug is provided.
1.0.1
-----
#. Ensure all files included in pypi package.
1.0.0
-----
#. Initial version from unicore-cms/unicore-cms-django.
=================
Definition of models used for python-gitmodel
.. image:: https://travis-ci.org/praekelt/unicore-gitmodels.svg
:target: https://travis-ci.org/praekelt/unicore-gitmodels
Installation
------------
::
$ pip install unicore-gitmodels
Usage
-----
::
# models.py
from unicore_gitmodels.models import GitPageModel, GitCategoryModel
ws = Workspace('/path/to/repo/.git')
GitPage = ws.register_model(GitPageModel)
GitCategory = ws.register_model(GitCategoryModel)
::
# views.py
page = GitPage(title='a title', slug='a-title', content='some sample content')
page.save(True, message="sample git commit")
Authors
=======
Praekelt Foundation
-------------------
* Milton Madanda
* Simon de Haan
Changelog
=========
1.7.0
-----
#. Add default sorting to `all()` using position field on GitPageModel
1.6.0
-----
#. Add default sorting to `all()` using position field
1.5.0
-----
#. Add `related_pages` and ListField() type.
1.4.0
-----
#. Feature category in navbar
1.3.1
-----
#. Ensure language is returned in dto.
1.3.0
-----
#. Added featured boolean field.
1.2.0
-----
#. Added featured_in_category boolean field.
1.1.0
-----
#. Added language and source fields.
1.0.3
-----
#. Add slugify to page model.
1.0.2
-----
#. Add slugify to model for cases when no slug is provided.
1.0.1
-----
#. Ensure all files included in pypi package.
1.0.0
-----
#. Initial version from unicore-cms/unicore-cms-django.
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
unicore-gitmodels-1.7.0.tar.gz
(13.5 kB
view details)
File details
Details for the file unicore-gitmodels-1.7.0.tar.gz
.
File metadata
- Download URL: unicore-gitmodels-1.7.0.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d6ea3e6b9714876d3c1f61d87badffbdf08e78c2acd0523dd8bc732cc37a3eb |
|
MD5 | e2761676178868f5c2b068dee68b236d |
|
BLAKE2b-256 | a479563990d5e432bb242b42ad520598156b044ed2233eff79df9654db8e52ae |