Kaydet (Commit) d1860a35 authored tarafından Éric Araujo's avatar Éric Araujo Kaydeden (comit) Tim Graham

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

Backport of 5ab95168 from master
üst 9f5adf8d
...@@ -517,7 +517,7 @@ for all other models it is simply the model's class. ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment