s.
>>>
>>>
>>> An application should provide information who changed what data, when
>>> did they change the data , the old value and the new value etc
>>>
>>>
>>> Can Django help automate this?
>>>
>>&
I've just released an open-source version control application for
Django. It is available for download from Google code.
http://code.google.com/p/django-reversion/
Features include:
- Roll back to any point in a model's history - an unlimited undo
facility!
- Recover deleted models - never
-reversion deals with maintaining versions of the model data.
It does not integrate with subversion. Instead, it uses the django
serialization framework to store serialized models in a special database
table.
David.
David Hall wrote:
> I've just released an open-source version control app
e()
...bar.save()
This will group the two changes together. They can then be rolled back
as a single unit.
David.
Marek Stępniowski wrote:
> On Wed, Oct 1, 2008 at 5:25 PM, David Hall <[EMAIL PROTECTED]> wrote:
>> I've just released an open-source version control applicati
> Bas
>
>
> On Wed, 2008-10-01 at 16:52 +0100, David Hall wrote:
>> This discussion has been moved from django-developers.
>>
>> To answer a pending question: This application is for tracking versions
>> of data, not performing database schema migrati
ical table (except the ID field would be a foreign key, not a
>> primary one). Any time a migration is run on that model, the same
>> migration could be run on the "twin" table, too.
>>
>> Erik
>>
>> On 02.10.2008, at 18:34, David Hall wrote:
>>
>&
a candidate for
the currently-inactive fullhistory branch. As such, your feedback and
suggestions are vital to making this application as bombproof as possible.
David.
David Hall wrote:
> I've just released an open-source version control application for
> Django. It is available for
omments!
David.
jonknee wrote:
> On Oct 1, 11:25 am, David Hall <[EMAIL PROTECTED]> wrote:
>> I've just released an open-source version control application for
>> Django. It is available for download from Google code.
>
> Neat idea! I installed it and while it works
to one type at a time. From the manual/book - i belive that
> GenericForeignKey is the way to go. ie, insert a GenericForeignKey
> field into the Node. Does this sound like a good approach?
>
> Many Thanks in Advance,
>
> Paul
> >
--
David Hall
Technical Lead
each derived model
> incompatible with each other?
>
> cheers,
>
> paul
>
>
> On Oct 7, 11:16 am, David Hall <[EMAIL PROTECTED]> wrote:
>> Hi Paul,
>>
>> You've got a couple of options for this. The first uses inheri
I realise that this is an old topic, but I hope this is useful to other
people looking to use RequireJS with Django.
You should take a look at django-require, which takes care of integrating
the r.js optimizer with Django. I've just pushed up the 1.0.0 release.
https://github.com/etianen/django
11 matches
Mail list logo