Skip to content

Commit 3a5e72e

Browse files
committed
adjustments
1 parent 537adc1 commit 3a5e72e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

content/timeline/00_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ params:
1010
# milestone = universal milestone of Django/community
1111
# personal = a personal reflection
1212
# release = a django release
13+
# app = significant external app (like South)
1314
timeline_type: milestone
1415

1516
# If it's a release, you can add:

content/timeline/2012-03-23-django-1.6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ params:
1010

1111
---
1212

13-
Dedicated to Malcolm Tredinnick (RIP), Django 1.6 now officially supports Python 3 and it modernizes the `startproject` and `startapp` commands. Under the hood, persistent database connections are introduced to reuse the same db connection across multiple requests and a call to a Model's `save()` now requires just 1 database query instead of 2.
13+
Dedicated to Malcolm Tredinnick (RIP 🕯️), Django 1.6 now officially supports Python 3 and it modernizes the `startproject` and `startapp` commands. Under the hood, persistent database connections are introduced to reuse the same db connection across multiple requests and a call to a Model's `save()` now requires just 1 database query instead of 2.

0 commit comments

Comments
 (0)