Commit d1860a35 authored by Éric Araujo's avatar Éric Araujo Committed by Tim Graham
Browse files

[1.7.x] Fixed typo that disabled code example highlighting

Backport of 5ab95168 from master
parent 9f5adf8d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -517,7 +517,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)