Fwd: [cx-oracle-users] cx_Oracle 5.1.3

2014-05-24 Thread Shai Berger
Hi all, This release of cx_Oracle includes fixes the segfaults encountered with Python3, and includes significant performance improvements for 64-bit platforms (where long is 64-bits, so, specifically, Windows not included). Strongly recommended for all Oracle users. Have fun, Shai. -

admin_order_field on __unicode__ method does not enables sorting

2014-05-24 Thread Martin Tiršel
Hello, is any reason why this does not work or is it just a bug? # models.py class ContainerProfile(models.Model): name = models.CharField() # ... def __unicode__(self): return self.name __unicode__.admin_order_field = 'name' # admin.py @admin.register(ContainerProfile

Re: [GSOC] Weekly update

2014-05-24 Thread Josh Smeaton
Hi Daniel, Nice work putting that document together. Is the meta document you put together the current API or is it the API you are proposing? If the latter, a few suggestions (and if others disagree, please point that out): - Remove all mention of caching. That should be an implementation deta