Monday, October 19, 2009

Ordered Formsets in Google App Engine Patch

October 19, 2009

The current version (1.1RC) of Google App Engine Patch does not allow for easy ordering of forms in formsets.  Normally, Django obeys a model’s Meta.ordering property as the default for formset data.  However, Google App Engine Patch fetches unordered data by default.

  • Share/Bookmark
Read the full article →