Merge pull request #2654 from merwok/patch-1

Fix typo that disabled code example highlighting
This commit is contained in:
Alex Gaynor 2014-05-14 20:09:52 -04:00
commit 597ab3ce98
1 changed files with 1 additions and 1 deletions

View File

@ -509,7 +509,7 @@ for all other models it is simply the model's class.
For example::
form django.db import models
from django.db import models
class MyModel(models.Model):
id = models.AutoField(primary_key=True)