mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
[1.7.x] Fixed typo that disabled code example highlighting
Backport of 5ab95168cc
from master
This commit is contained in:
parent
9f5adf8db3
commit
d1860a3529
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ for all other models it is simply the model's class.
|
||||||
|
|
||||||
For example::
|
For example::
|
||||||
|
|
||||||
form django.db import models
|
from django.db import models
|
||||||
|
|
||||||
class MyModel(models.Model):
|
class MyModel(models.Model):
|
||||||
id = models.AutoField(primary_key=True)
|
id = models.AutoField(primary_key=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue