--
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/6BQxdM04Hi0/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Thanks, i'll play with that and see what I can come up with.Docs are good, but sometimes really hard to read/find what you need :)
So Tom: i can't use those methods Shawn pointed out? What I was hoping I can do is override the code that builds the SQL query.Further looking I think thats correct; as I did get a module working I found and played with which uses those methods and they don't seem to manipulate the query that is built by django, just the value passed.
What isn't obvious in the Doc's Shawn is what is passed into and what is expected to be returned. The docs are not clear at all about that at all.
Thanks. I understood and that doesn't work for my project as python/django can't handle the returned bytes I need to use.
my project requires that the values are stored using the result of aes_encrypt from MySQL because other systems not made in python expect that and cannot be changed at this stage.
--
Thanks. I understood and that doesn't work for my project as python/django can't handle the returned bytes I need to use.
my project requires that the values are stored using the result of aes_encrypt from MySQL because other systems not made in python expect that and cannot be changed at this stage.