app/soc/models/linkable.py
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-01-29 Pawel Solyga Fix regexp for link id format validation. Link id needs to start with ASCII lowercase and not with digit, which caused User Profile view to crash.
2009-01-24 Sverre Rabbelier Use ugettext instead of ugettext_lazy
2008-11-22 Pawel Solyga Remove inheritance from PolyModel in Answer and Linkable model. Replace PolyModel inheritance with base.ModelWithFieldAttributes.
2008-11-22 Todd Larsen Fix some broken help_text bubbles (they are truncated or not displayed if they
2008-11-21 Todd Larsen Move LINK_ID and SCOPE_PATH regular expressions to soc/models/linkable.py.
2008-11-20 Pawel Solyga Small comment fix in Linkable model.
2008-11-20 Todd Larsen id() is a built-in function in Python, so rename the property to link_id. Add
2008-11-18 Todd Larsen Derive Linkable Model class from PolyModel.
2008-11-12 Todd Larsen Copy the link_name regex patterns into linkable.py, in preparation for
2008-11-10 Pawel Solyga Fix typo in linkable model and add some missing comments.
2008-11-10 Todd Larsen Initial thoughts on a Linkable Model class. Please comment.
less more (0) tip