app/soc/logic/models/base.py
2009-04-11 Sverre Rabbelier Remove getKeySuffix and it's usage
2009-03-30 Lennard de Rijk Fixed typo in docstring for logic/models/base.py
2009-03-09 Sverre Rabbelier Added a getFromKeyNameOr404 to base.Logic
2009-03-06 Sverre Rabbelier Small optimization in getForFields
2009-03-06 Lennard de Rijk Refactored part of getForFields into a getQueryForFields method.
2009-03-04 Sverre Rabbelier Only show key_fields in error message
2009-03-04 Pawel Solyga Remove unused imports, add missing blank lines, fix too long lines, fix docstring parameters to match the ones in method declaration, rename to short variable names in soc.logic.models.base module.
2009-03-03 Sverre Rabbelier Convert getForFields back to the Query API and add tests
2009-03-03 Lennard de Rijk Two docstring fixes.
2009-03-03 Sverre Rabbelier Make it possible to work on all entities in a query
2009-03-01 Sverre Rabbelier Fixed a bug in getFromKeyFieldsOr404
2009-03-01 Lennard de Rijk Added missing comment to soc/logic/models/base.py.
2009-02-28 Sverre Rabbelier Removed updateEntityProperties's transactionality
2009-02-26 Sverre Rabbelier Add a _createField hook
2009-02-26 Sverre Rabbelier Pass _updateField the entity_properties dict instead of just the value
2009-02-26 Sverre Rabbelier Do not update newly created model properties
2009-02-26 Sverre Rabbelier Move the hooks in base.Logic to the bottom of the class
2009-02-26 Sverre Rabbelier Minor cleanups in base.Logic
2009-02-26 Sverre Rabbelier Add argument validation to base.Logic
2009-02-26 Sverre Rabbelier Remove updateOrCreateFromFields and it's uses
2009-02-26 Sverre Rabbelier Remove _silentUpdateEntityProperties
2009-02-26 Sverre Rabbelier Make it more explicit which argument is the key_fields
2009-02-13 Sverre Rabbelier Partially reverted "Update the copyright notice for 2009."
2009-02-13 Sverre Rabbelier Update the copyright notice for 2009.
2009-02-05 Lennard de Rijk Updated docstrings and used keyfields where necessary in soc/logic/models/base.py
2009-02-05 Lennard de Rijk Cleaned up getKeyNameFromFields in Logic base.
2009-02-02 Sverre Rabbelier Make getForFields work with no filter
2009-02-02 Sverre Rabbelier Rewrite getForFields to use GQL instead of the Query API
2009-02-01 Sverre Rabbelier Unify 'getForFields' and 'getForLimitAndOffset'
2009-01-31 Sverre Rabbelier Cleanups in base.Logic
less more (0) -50 -30 tip