Changes between Version 123 and Version 124 of DjangoResources
- Timestamp:
- Jul 23, 2008, 4:21:08 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoResources
v123 v124 182 182 * [wiki:FormGenScript Form Generator]: Simple script to spew out a newform from a given model. 183 183 * [http://blog.michaeltrier.com/2007/8/12/finding-lookup-items-that-are-not-used How to find items that are not used]: doing Left Outer Joins with Django's ORM. 184 * [http://www.miketigas.com/2008/07/23/blogmaking-django-newforms-admin/ Fun with Django newforms-admin]: using the new permissions and queryset hooks in newforms-admin. 184 185 185 186 == Web services/APIs ==