On Tue, 2009-03-10 at 22:54 -0500, Adrian Holovaty wrote:
[...]
> The full changeset is here: http://code.djangoproject.com/changeset/10026
> 
> It's a pretty straightforward refactoring, but if you have any
> technical questions on how to upgrade third-party backends or your own
> hacks, please just respond to this and I'll try to help. If you don't
> get a response within a day or so, just e-mail me off-list to get my
> attention.

One tip for third-party providers wanting to provide a backend that
works on both 1.0.x and 1.1 and later. Remember that django.VERSION is a
useful tuple and will soon read (1, 1, 0, 'beta', *), which is probably
be a useful thing to trigger off for when to switch to the newer
internal API.

Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to