Can I override a query in DJango?
Posted
by stinkypyper
on Stack Overflow
See other posts from Stack Overflow
or by stinkypyper
Published on 2010-03-13T19:07:56Z
Indexed on
2010/03/13
19:15 UTC
Read the original article
Hit count: 193
I know you can override delete and save methods in DJango models, but can you override a select query somehow to intercept and change a parameter slightly. I have a hashed value I want to check for, and would like to keep the hashing internal to the model.
© Stack Overflow or respective owner