Commit Graph

25 Commits

Author SHA1 Message Date
Jérôme Schneider d009115d63 setup.py: manage only tag starting v 2014-08-25 10:15:03 +02:00
Serghei Mihai 8e6a3c8688 logging actions on models improved using post_save and pre_delete signals 2014-07-22 14:43:08 +02:00
Jérôme Schneider 75f0588dd5 setup: fixing get_version and cleanning install_requires 2014-07-18 18:49:18 +02:00
Jérôme Schneider a9efa99785 requirements: depends on python-south >= 0.8.4 2014-07-11 15:43:53 +02:00
Jérôme Schneider 78bae9a325 dossiers: fix MISES in health tab and replace FilteredSelect by select2
warning: new dependency on django-select2
2014-06-20 11:21:51 +02:00
Jérôme Schneider 2cb60ebdb6 setup: fix syntax error 2013-12-20 11:05:44 +01:00
Jérôme Schneider ee2ffef0dc requirements and setup: add PyGTK dependency which was forgotten 2013-12-20 10:41:15 +01:00
Jérôme Schneider 37ddb00da6 requirements.txt: add M2Crypto and pycairo 2013-12-19 12:38:31 +01:00
Jérôme Schneider d02ed08a26 settings: render raven optionnal
Closes #4034
2013-12-18 10:28:51 +01:00
Jérôme Schneider 3c5df84df6 cleanning code: fix some pylints warning like useless imports 2013-12-17 10:47:29 +01:00
Jérôme Schneider 96fa15ac95 setup.py: fix install_requires 2013-12-11 15:49:19 +01:00
Serghei Mihai 7b955828db
'django-localflavour' package used instead of django's builtin
Closes #3858
2013-10-30 18:07:41 +01:00
Jérôme Schneider 87293100b0 setup.py: don't use tag prefix with v and set version to 1.0.99 2013-08-08 11:41:21 +02:00
Jérôme Schneider 92aecf935f check_version: integrate python-entrouvert support
Fixes #3428
2013-08-08 11:12:29 +02:00
Jérôme Schneider e37c8bd196 actes: add a HistoryAct object 2012-11-02 16:45:55 +01:00
Jérôme Schneider 1007d70a51 setup.py: force django >= 1.4.2 (security issues)
* https://www.djangoproject.com/weblog/2012/jul/30/security-releases-issued/
 * https://www.djangoproject.com/weblog/2012/oct/17/security/
2012-10-31 09:22:22 +01:00
Jérôme Schneider 92ea6229a0 Enable django debug toolbar and improve agenda view 2012-10-26 13:44:10 +02:00
Benjamin Dauvergne 7a0a30d7e9 agenda: add a free_time utility function 2012-10-25 18:50:12 +02:00
Jérôme Schneider 1a622a74e7 api: create a tastypie api which exposes Event object
you need to install django-tastypie module :
pip install django-tastypie
2012-10-25 10:58:37 +02:00
Benjamin Dauvergne 7f9269be8d in new appointment form: use datepicker, initialize with currently selected agenda and current date 2012-10-24 18:35:59 +02:00
Benjamin Dauvergne 7b28c0b2bc use autocompleting field for patient and participatns fields of the new appointment form
This new functionnality use the third party application
django-ajax-select.

 # pip install django-ajax-select
2012-10-24 13:54:46 +02:00
Benjamin Dauvergne 0e67026ebe makes EventManager inherit from django-model-utils InheritanceManager
django-model-utils must be installed with

 # pip install 'django-model-utils<1.2.0'

It adds the new method select_subclasses(), to use like:

 Event.objects.select_subclasses('event_act')
2012-10-23 15:01:15 +02:00
Jérôme Schneider ba34dc2419 Begin model
* calebasse/agenda: swingtime fork for calebasse
 * calebasse/cale_base/models: just examples to enable the agenda module
2012-09-19 17:41:13 +02:00
Benjamin Dauvergne 333a39ca6b rename project from aps42 to calebasse 2012-09-05 11:26:10 +02:00
Benjamin Dauvergne 111b2d340a create structure of the django project 2012-09-04 19:09:44 +02:00