Commit 597ab3ce authored by Alex Gaynor's avatar Alex Gaynor
Browse files

Merge pull request #2654 from merwok/patch-1

Fix typo that disabled code example highlighting
parents b90c112c 5ab95168
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)