Skip to content

Commit 4d6f5c9

Browse files
committed
fix commit refs
1 parent 1a9eaf1 commit 4d6f5c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapter_post_and_database.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ creating a class:
849849

850850
[[first-django-model]]
851851
[role="sourcecode"]
852-
.lists/models.py (ch05l019)
852+
.lists/models.py (ch05l019)
853853
====
854854
[source,python]
855855
----
@@ -876,7 +876,7 @@ model, we make it inherit from the `Model` class:
876876

877877

878878
[role="sourcecode"]
879-
.lists/models.py (ch05l020)
879+
.lists/models.py (ch05l020)
880880
====
881881
[source,python]
882882
----

0 commit comments

Comments
 (0)