public
Description: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
Homepage: http://www.djangoproject.com/
Clone URL: git://github.com/brosner/django.git
Search Repo:
Made the "changing queryset" stuff a bit less important at the 
level it is on.
brosner (author)
Mon May 12 15:59:27 -0700 2008
commit  1d14a8eb3063911b8ddf9a41cf0ff4d6b19780d8
tree    aaf2cef6a87ec057d6c656a2c8f564f5b31de227
parent  0c77c91dd7c557cef4c1e2440ddc63bfe424447d
...
400
401
402
403
 
404
405
406
...
400
401
402
 
403
404
405
406
0
@@ -400,7 +400,7 @@
0
     and by default uses ``can_delete=True``.
0
 
0
 Changing the queryset
0
----------------------
0
+~~~~~~~~~~~~~~~~~~~~~
0
 
0
 By default when you create a formset from a model the queryset will be all
0
 objects in the model. This is best shown as ``Author.objects.all()``. This is

Comments

    No one has commented yet.