8000 Adding support for Django 2.2 LTS by bplociennik · Pull Request #6655 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

Adding support for Django 2.2 LTS #6655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changes after review
  • Loading branch information
bplociennik committed Mar 27, 2019
commit 0559695bc01a01bbc925580ee6cbe76bb32126d1
8 changes: 0 additions & 8 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
=== 3.7.0 (unreleased) ===

* Introduced Django 2.2 support.
* Fixed rendering of permission icons
* Fixed a bug with top-level object/embed/applet tags
* Fixed `render_plugin_block` template tag
* Updated documentation middleware section(changed MIDDLEWARE_CLASSES to MIDDLEWARE)
* Updated install section in documentation to use re_path
* Fixed documentation typo
* Removed depreciation warnings for imp package
* Restored old Django flags in compat file


=== 3.6.0 (2019-01-29) ===
Expand Down
1 change: 0 additions & 1 deletion docs/upgrade/3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Improvements and new features
=============================

* introduced support for Django 2.2
* fixed documentation


*********************
Expand Down
2 changes: 1 addition & 1 deletion test_requirements/django-2.2.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-r requirements_base.txt
Django>=2.2rc1,<2.3
Django>=2.2rc1,<3.0
0