Package django :: Package contrib :: Package databrowse :: Module datastructures
[hide private]
[frames] | no frames]

Module datastructures

source code

These classes are light wrappers around Django's database API that provide convenience functionality and permalink functions for the databrowse app.

Classes [hide private]
  EasyModel
  EasyField
  EasyChoice
  EasyInstance
  EasyInstanceField
  EasyQuerySet
When creating (or cloning to) an `EasyQuerySet`, make sure to set the `_easymodel` variable to the related `EasyModel`.
Variables [hide private]
  EMPTY_VALUE = '(None)'
  DISPLAY_SIZE = 100