Skip to content

Commit 8824ec3

Browse files
committed
Merge tag '1.0' into develop
v1.0 * tag '1.0': fixes some typos
2 parents c39d527 + c7c2cbc commit 8824ec3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGES

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Release 1.0
22
-----------
3-
* **BACKWARD INCOMPATIBLE**:: dropped support for django prior 1.6
3+
* **BACKWARD INCOMPATIBLE**:: dropped support for Django prior 1.6
44
* code clean
55
* fixes :issue:`54` (thanks vmspike).
66
* fixes :issue:`53`. updates Documentation
@@ -16,11 +16,11 @@ Release 1.0
1616

1717
Release 0.9
1818
-----------
19-
* django 1.8 compatibility
19+
* Django 1.8 compatibility
2020
* python 3.4 compatibility
2121
* **BACKWARD INCOMPATIBLE** :function:`disable_concurrency` works differently if used with classes or instances
2222
* better support for external Models (models that are part of plugged-in applications)
23-
* fixes issue with TriggerVersioField and Proxy Models (thanx Richard Eames)
23+
* fixes issue with TriggerVersionField and Proxy Models (thanx Richard Eames)
2424

2525

2626
Release 0.8.1
@@ -30,7 +30,7 @@ Release 0.8.1
3030

3131
Release 0.8
3232
-----------
33-
* django 1.7 compatibility
33+
* Django 1.7 compatibility
3434
* fixes typo in ``delete_selected_confirmation.html`` template
3535
* python 3.2/3.3 compatibility
3636

@@ -77,7 +77,7 @@ Release 0.4.0
7777
* added :setting:`CONCURRECY_SANITY_CHECK` settings entry
7878
* signing of version number to avoid tampering (:ref:`concurrentform`)
7979
* added :ref:`concurrencytestmixin` to help test on concurrency managed models
80-
* changed way to add concurrency to exisiting models (:ref:`apply_concurrency_check`)
80+
* changed way to add concurrency to existing models (:ref:`apply_concurrency_check`)
8181
* fixed :issue:`4` (thanks FrankBie)
8282
* removed RandomVersionField
8383
* new :ref:`concurrency_check`

0 commit comments

Comments
 (0)