Skip to content

Commit

Permalink
markup changes
Browse files Browse the repository at this point in the history
  • Loading branch information
montylounge committed Jan 13, 2010
1 parent 6936f9c commit 7e406f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.textile
Expand Up @@ -7,7 +7,8 @@ What django-proxy provides is an aggregation of different content types by denor

Current implementation example:

from django.db import models
<pre>
from django.db import models
from django.db.models import signals
from django_proxy.signals import proxy_save, proxy_delete
...
Expand All @@ -32,7 +33,7 @@ Current implementation example:

signals.post_save.connect(proxy_save, Post, True)
signals.post_delete.connect(proxy_delete, Post)

</pre>

h2. Dependencies

Expand Down

0 comments on commit 7e406f4

Please sign in to comment.