-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCHANGELOG
28 lines (22 loc) · 1.09 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Changelog before extracting to a separate repository:
changeset: 23:34210c5b5b72
user: Andy Mikhailenko <[email protected]>
date: Sat Sep 27 05:55:42 2008 +0600
summary: Fixed bug in AutoSlugField: uniqueness check by date was broken
changeset: 22:8b13c99f2164
user: Andy Mikhailenko <[email protected]>
date: Sat Sep 27 04:14:04 2008 +0600
summary: Rewrite AutoSlugField. Add optional attributes "unique" and "unique_for_date". Preserve "populate_from" as optional.
changeset: 21:07aa85898221
parent: 19:ae6294ba1162
user: Andy Mikhailenko <[email protected]>
date: Fri Sep 26 23:57:29 2008 +0600
summary: Use pytils for transliteration is AutoSlugField
changeset: 12:e8b861b632d7
user: Andy Mikhailenko <[email protected]>
date: Wed Aug 06 07:26:39 2008 +0600
summary: Fix bug in custom_forms.auto_slug_field (missing import directive)
changeset: 10:ac217f7edb53
user: Andy Mikhailenko <[email protected]>
date: Wed Aug 06 07:19:17 2008 +0600
summary: Add custom_models, including AutoSlugField