Re: New Add-On: Django Model Lifecycle Hooks

2018-04-03 Thread Robert Singer
Hello, Thanks to Jani Tiainen, the library now supports Django 1.8 and up, and has more robust testing using tox. On Sunday, April 1, 2018 at 3:49:04 AM UTC-5, Jani Tiainen wrote: > > Hi, > > Quite interesting feature have to say. You should use tox to run tests > against different versions o

Re: New Add-On: Django Model Lifecycle Hooks

2018-04-01 Thread Jani Tiainen
Hi, Quite interesting feature have to say. You should use tox to run tests against different versions of Django/Python to make it easier to make it compatible easier. I would like to see compatibilities with 1.11 and 2.0 since 1.11 is LTS and 2.0 is latest supported. But it's a great start. On

Re: New Add-On: Django Model Lifecycle Hooks

2018-03-31 Thread Robert Singer
Thanks! Yup, should be compatible with Django 1.11. It is *only compatible* with Python 3.4 and up, though. There is no binding technical reason for this - it's just what my organization uses and I've been in habit of using type annotations. So if there is demand for Python 2.7 compatibility

Re: New Add-On: Django Model Lifecycle Hooks

2018-03-31 Thread acheraime
Very interesting! Good job. Is this module supported in 1.11? Sent from my iPhone > On Mar 31, 2018, at 3:18 PM, George Silva wrote: > > From Reading the readme this looks promising. > > Congrats! > > I might use this soon. > > Em sáb, 31 de mar de 2018 15:50, Robert Singer > escreveu: >

Re: New Add-On: Django Model Lifecycle Hooks

2018-03-31 Thread George Silva
>From Reading the readme this looks promising. Congrats! I might use this soon. Em sáb, 31 de mar de 2018 15:50, Robert Singer escreveu: > Hey there - > > I just wanted to let community know about a small add-on I wrote in order > to add Rails-style hooks/callbacks to Django models. > https://

New Add-On: Django Model Lifecycle Hooks

2018-03-31 Thread Robert Singer
Hey there - I just wanted to let community know about a small add-on I wrote in order to add Rails-style hooks/callbacks to Django models. https://github.com/rsinger86/django-lifecycle Feedback welcome and appreciated :) Cheers. -- You received this message because you are subscribed to th