Changes between Version 4 and Version 5 of CookBookNewformsAdminAndUser


Ignore:
Timestamp:
Jul 22, 2008, 3:25:24 PM (16 years ago)
Author:
smcoll
Comment:

python code formatting

Legend:

Unmodified
Added
Removed
Modified
  • CookBookNewformsAdminAndUser

    v4 v5  
    66
    77{{{
     8#!python
    89
    910from django.http import Http404, HttpResponse, HttpResponseRedirect
     
    9697        pk_value = new_object._get_pk_val()
    9798
     99
    98100        if formsets:
    99101            for formset in formsets:
Back to Top