Ignore:
Timestamp:
Aug 8, 2011, 3:34:28 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage, test-hooks
Children:
6f820e1
Parents:
b713ac7
git-author:
Alex Dehnert <adehnert@…> (08/08/11 03:34:28)
git-committer:
Alex Dehnert <adehnert@…> (08/08/11 03:34:28)
Message:

Agghhh file naming.

So, it turns out if your file name overlaps with a file name in use by Django,
things break horribly, in ways that are confusing and result in mysterious
errors deep in Django's stack.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/groups/views.py

    ra484cbf r7f16c8e  
    2222import reversion.models
    2323
    24 from util.forms import StaticWidget
     24from util.db_form_utils import StaticWidget
    2525
    2626class GroupChangeMainForm(form_utils.forms.BetterModelForm):
Note: See TracChangeset for help on using the changeset viewer.