Skip to content
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

Admin fix #737

Closed
wants to merge 32 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
272a357
Merge branch 'release-0.1.7'
darklow Mar 10, 2013
403d497
Merge branch 'release-0.1.8'
darklow Mar 20, 2013
ba1981a
Merge branch 'release-0.1.9'
darklow Mar 25, 2013
ea35b87
Merge branch 'develop'
darklow Apr 29, 2013
d650239
Merge branch 'develop'
darklow May 11, 2013
a47b7d2
Merge branch 'develop'
darklow Jun 21, 2013
914b0e2
Merge branch 'develop'
darklow Aug 1, 2013
421fb4e
Merge branch 'develop'
darklow Aug 15, 2013
aa20f5c
Merge branch 'develop'
darklow Sep 30, 2013
df31c3b
Merge branch 'develop'
darklow Feb 14, 2014
774f67f
Merge branch 'develop'
darklow Mar 21, 2014
c4f1938
Merge branch 'develop'
darklow Apr 22, 2014
cb529bf
Merge branch 'develop'
darklow Jun 20, 2014
58db96a
Merge branch 'develop'
darklow Sep 4, 2014
23198c2
Merge branch 'develop'
darklow Sep 11, 2014
e1bda8b
Merge branch 'develop'
darklow Nov 19, 2014
5005970
Merge branch 'develop'
darklow Jul 23, 2015
a60d2d3
Merge branch 'develop'
darklow Jan 19, 2016
1201818
Merge branch 'develop'
darklow Feb 23, 2016
19aa926
Django 1.9 date widgets icon fixes #481
darklow Mar 3, 2016
8787b65
Version bump to 0.2.18
darklow Mar 3, 2016
4f4ba73
Merge branch 'develop'
darklow Jun 22, 2016
9852fed
Merge branch 'develop'
darklow Aug 18, 2016
8488879
Merge branch 'develop'
darklow Nov 11, 2016
c37cc92
Merge branch 'develop'
darklow Dec 6, 2016
288648f
Merge branch 'develop'
darklow Jan 27, 2017
fe32466
Merge branch 'develop'
darklow Mar 30, 2017
cab7c9c
updated copyright to match djangosuit.com
affan2 Oct 20, 2017
896641f
Merge pull request #645 from affan2/master
darklow Feb 24, 2018
c32b1c7
Merge branch 'develop'
darklow Feb 24, 2018
9022a7a
Version bump to 0.2.26
darklow Feb 24, 2018
f77b272
chrome latest version menu fix
miki95xmMRX Sep 26, 2019
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
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Changelog
Only important changes are mentioned below. See `commit log <https://github.com/darklow/django-suit/commits/develop>`_, `closed issues <https://github.com/darklow/django-suit/issues?direction=desc&sort=updated&state=closed>`_ and `closed pull
requests <https://github.com/darklow/django-suit/pulls?q=sort%3Aupdated-desc+is%3Apr+is%3Aclosed>`_ for full changes.

v0.2.26 (2018-02-24)
--------------------

* [Fix] Django 2.0 support.
* [Fix] Minor fixes by PR.


v0.2.25 (2017-03-30)
--------------------

Expand Down Expand Up @@ -54,6 +61,12 @@ v0.2.18 (2016-03-03)
* [Fix] Django 1.9 time and date widgets fixes `#481 <https://github.com/darklow/django-suit/issues/481>`_


v0.2.18 (2016-03-03)
--------------------

* [Fix] Django 1.9 time and date widgets fixes `#481 <https://github.com/darklow/django-suit/issues/481>`_


v0.2.17 (2016-02-23)
--------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# built documents.
#
# The short X.Y version.
version = '0.2.25'
version = '0.2.26'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Installation

1. You can get stable version of Django Suit by using pip or easy_install::

pip install django-suit==0.2.25
pip install django-suit==0.2.26

2. You will need to add the ``'suit'`` application to the ``INSTALLED_APPS`` setting of your Django project ``settings.py`` file.::

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Resources
* Github: https://github.com/darklow/django-suit
* Demo app on Github: https://github.com/darklow/django-suit-examples
* Changelog: `Changelog.rst <https://github.com/darklow/django-suit/blob/develop/CHANGELOG.rst>`_
* Supports: Django 1.4-1.10. Python: 2.6-3.4 |master|
* Supports: Django 1.4-2.0. Python: 2.6-3.4 |master|
* `Supported apps`_


Expand Down
2 changes: 1 addition & 1 deletion suit/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.2.25'
VERSION = '0.2.26'
3 changes: 2 additions & 1 deletion suit/static/suit/css/suit.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion suit/templates/admin/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ <h2 class="content-title">{{ title }}</h2>

<div class="copyright">
{% block copyright %}
Copyright &copy; 2013 DjangoSuit.com<br>Developed by <a href="http://djangosuit.com" target="_blank">DjangoSuit.com</a>
Copyright &copy; 2013-{% now "Y" %} DjangoSuit.com<br>Developed by <a href="http://djangosuit.com" target="_blank">DjangoSuit.com</a>
{% endblock %}
</div>

Expand Down