You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,28 @@
1
-
# Change Log
2
-
All notable changes to this project will (may?) be documented in this file.
1
+
# Changelog #
2
+
3
+
## v0.6 ##
4
+
5
+
### Added ###
6
+
7
+
- Added `filter_horizontal` to neighbours field in Country model
8
+
- Added support for Django 3.0
9
+
10
+
### Changed ###
11
+
12
+
- Improved the neighbours admin page
13
+
- Updated Travis test matrix and supported/compatibility table in README
14
+
- Linting fixups and added Travis check for linting
15
+
- Updated Travis config to run on Xenial
16
+
17
+
### Removed ###
18
+
19
+
- Python 2 support
20
+
- Python 3.3-3.5 support and testing
21
+
- Django 1.7-1.10
22
+
- Django 2.0-2.1
23
+
24
+
## Previous versions ##
3
25
4
-
## [Unreleased][unreleased]
5
26
### Changed
6
27
- added ``cities.plugin.reset_queries.Plugin`` that calls reset_queries randomly (default chance is 0.000002 per imported city or district). See CITIES_PLUGINS in Configuration example for details
7
28
- It's now possible to specify several files to be downloaded and processed. See Configuration example for details.
0 commit comments