Commit graph

826 commits

Author SHA1 Message Date
Emil Stenström
2c05f9d8a3
Merge pull request #75 from EmilStenstrom/dependabot/pip/isort-5.9.2
Bump isort from 5.9.1 to 5.9.2
2021-07-13 23:46:22 +02:00
dependabot[bot]
7a3e2bc7cf
Bump isort from 5.9.1 to 5.9.2
Bumps [isort](https://github.com/pycqa/isort) from 5.9.1 to 5.9.2.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.9.1...5.9.2)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-08 17:01:06 +00:00
rbeard0330
e3c9ac76ce
Fix infinite recursion bug (fixes #68) (#74)
* Add regression test for recursion bug, #68

* Only allow slots to access slot nodelists provided to their immediate parent component to prevent infinite recursions.

* Fix import ordering bug in test

* Add slot.super to docs

Remove unused imports

* Bump version

Co-authored-by: rbeard0330 <@dul2k3BKW6m>
2021-07-06 11:56:49 -04:00
Emil Stenström
7f4661922a
Merge pull request #73 from EmilStenstrom/dependabot/pip/django-3.2.5
Bump django from 3.2.4 to 3.2.5
2021-07-02 21:39:47 +02:00
dependabot[bot]
21d7b94a99
Bump django from 3.2.4 to 3.2.5
Bumps [django](https://github.com/django/django) from 3.2.4 to 3.2.5.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.4...3.2.5)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 17:01:09 +00:00
Emil Stenström
95a57ace89
Merge pull request #72 from EmilStenstrom/dependabot/pip/isort-5.9.1
Bump isort from 5.8.0 to 5.9.1
2021-06-21 19:17:12 +02:00
dependabot[bot]
1402dc50f0
Bump isort from 5.8.0 to 5.9.1
Bumps [isort](https://github.com/pycqa/isort) from 5.8.0 to 5.9.1.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.8.0...5.9.1)

---
updated-dependencies:
- dependency-name: isort
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 17:01:00 +00:00
Emil Stenström
4308fa1a7e
Merge pull request #67 from EmilStenstrom/dependabot/pip/django-3.2.4
Bump django from 3.2.3 to 3.2.4
2021-06-03 08:02:32 +02:00
dependabot[bot]
b97e16e66e
Bump django from 3.2.3 to 3.2.4
Bumps [django](https://github.com/django/django) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.3...3.2.4)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 05:07:08 +00:00
Emil Stenström
d60e529457 Bump version. 2021-05-30 18:48:09 +02:00
Emil Stenström
a5bd0cf2e3
Rework slot management to avoid nodelist copying (fixes #64)
Co-authored-by: rbeard0330 <@dul2k3BKW6m>
2021-05-30 18:46:11 +02:00
Emil Stenström
5e8ae9d27b Bump version. 2021-05-26 01:01:41 +02:00
rbeard0330
070b754d24 Improve slot handling to allow nested components, conditional slots, and slot.super (Fixes #33, #34, #37)
Co-authored-by: rbeard0330 <@dul2k3BKW6m>
2021-05-26 00:59:46 +02:00
Emil Stenström
c4db1646db Bump version. 2021-05-14 22:42:40 +02:00
Emil Stenström
6e0fe9999e
Merge pull request #62 from EmilStenstrom/dependabot/pip/django-3.2.3
Bump django from 3.2.2 to 3.2.3
2021-05-14 09:43:38 +02:00
dependabot[bot]
db013deb11
Bump django from 3.2.2 to 3.2.3
Bumps [django](https://github.com/django/django) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.2...3.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-14 05:02:26 +00:00
Emil Stenström
93be87cf80
Merge pull request #61 from EmilStenstrom/dependabot/pip/flake8-3.9.2
Bump flake8 from 3.9.1 to 3.9.2
2021-05-10 09:47:12 +02:00
dependabot[bot]
876c7a37e4
Bump flake8 from 3.9.1 to 3.9.2
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.1 to 3.9.2.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.9.1...3.9.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-10 05:09:47 +00:00
Emil Stenström
9121f8e2c2
Merge pull request #60 from EmilStenstrom/dependabot/pip/django-3.2.2
Bump django from 3.2.1 to 3.2.2
2021-05-07 11:01:42 +02:00
dependabot[bot]
e91ca06535
Bump django from 3.2.1 to 3.2.2
Bumps [django](https://github.com/django/django) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2.1...3.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-07 05:04:24 +00:00
Emil Stenström
118d3dff21
Merge pull request #59 from EmilStenstrom/dependabot/pip/tox-3.23.1
Bump tox from 3.23.0 to 3.23.1
2021-05-06 10:47:59 +02:00
Emil Stenström
361c46a140
Merge pull request #58 from EmilStenstrom/dependabot/pip/pytest-6.2.4
Bump pytest from 6.2.3 to 6.2.4
2021-05-06 10:47:50 +02:00
Emil Stenström
48da11b86a
Merge pull request #57 from EmilStenstrom/dependabot/pip/django-3.2.1
Bump django from 3.2 to 3.2.1
2021-05-06 10:47:38 +02:00
dependabot[bot]
a521ce4d9e
Bump tox from 3.23.0 to 3.23.1
Bumps [tox](https://github.com/tox-dev/tox) from 3.23.0 to 3.23.1.
- [Release notes](https://github.com/tox-dev/tox/releases)
- [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/tox/compare/3.23.0...3.23.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-06 05:02:07 +00:00
dependabot[bot]
edd5d9860f
Bump pytest from 6.2.3 to 6.2.4
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.3 to 6.2.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.3...6.2.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-05 05:02:54 +00:00
dependabot[bot]
b991cd46e5
Bump django from 3.2 to 3.2.1
Bumps [django](https://github.com/django/django) from 3.2 to 3.2.1.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.2...3.2.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-05 05:02:28 +00:00
Emil Stenström
302991469a Update the Running the tests part. 2021-04-18 23:32:34 +02:00
Emil Stenström
abbd6094f3 Bump version. 2021-04-18 15:49:45 +02:00
Emil Stenström
977d9a214a Add support for Django 3.2 (no code changes). 2021-04-18 15:49:23 +02:00
Emil Stenström
d7b63b0a1a
Merge pull request #55 from EmilStenstrom/dependabot/pip/flake8-3.9.1
Bump flake8 from 3.9.0 to 3.9.1
2021-04-16 09:55:05 +02:00
dependabot[bot]
e89953bc3c
Bump flake8 from 3.9.0 to 3.9.1
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.0 to 3.9.1.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.9.0...3.9.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-16 05:08:24 +00:00
Emil Stenström
120ce6b301
Merge pull request #54 from EmilStenstrom/dependabot/pip/django-3.2
Bump django from 3.1.7 to 3.2
2021-04-07 10:22:02 +02:00
dependabot[bot]
3ed167e642
Bump django from 3.1.7 to 3.2
Bumps [django](https://github.com/django/django) from 3.1.7 to 3.2.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.1.7...3.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-07 05:06:49 +00:00
Emil Stenström
0d2aeae621
Merge pull request #53 from EmilStenstrom/dependabot/pip/pytest-6.2.3
Bump pytest from 6.2.2 to 6.2.3
2021-04-05 08:02:49 +02:00
dependabot[bot]
10c693e7b3
Bump pytest from 6.2.2 to 6.2.3
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.2 to 6.2.3.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.2...6.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-05 05:13:24 +00:00
Emil Stenström
fefeb49ecb Update development dependencies to latest versions. 2021-03-30 23:34:49 +02:00
Emil Stenström
cc23283810 Bump version. 2021-03-24 23:04:53 +01:00
Emil Stenström
57a5aa0f4b
Only render dependencies that are used of a specific page (#52)
Co-authored-by: rbeard0330 <@dul2k3BKW6m>
2021-03-24 22:47:48 +01:00
Emil Stenström
cc8db8056e Remove support for < Django 2.2. 2021-03-24 22:39:14 +01:00
Emil Stenström
f9d098529b
Merge pull request #51 from EmilStenstrom/dependabot/pip/isort-5.8.0
Bump isort from 5.7.0 to 5.8.0
2021-03-22 10:08:28 +01:00
dependabot[bot]
b93d9928a1
Bump isort from 5.7.0 to 5.8.0
Bumps [isort](https://github.com/pycqa/isort) from 5.7.0 to 5.8.0.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.7.0...5.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-22 05:18:49 +00:00
Emil Stenström
95c4590245
Merge pull request #50 from EmilStenstrom/dependabot/pip/flake8-3.9.0
Bump flake8 from 3.8.4 to 3.9.0
2021-03-15 08:54:44 +01:00
dependabot[bot]
d218bf1972
Bump flake8 from 3.8.4 to 3.9.0
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.4 to 3.9.0.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-15 05:15:40 +00:00
Emil Stenström
bdf0744107
Merge pull request #46 from EmilStenstrom/dependabot/pip/django-3.1.7
Bump django from 3.1.3 to 3.1.7
2021-03-11 23:04:00 +01:00
Emil Stenström
1b0045149b
Merge pull request #45 from EmilStenstrom/dependabot/pip/pytest-6.2.2
Bump pytest from 6.1.2 to 6.2.2
2021-03-11 23:03:13 +01:00
Emil Stenström
024055a381
Merge pull request #44 from EmilStenstrom/dependabot/pip/isort-5.7.0
Bump isort from 5.6.4 to 5.7.0
2021-03-11 23:03:01 +01:00
Emil Stenström
6d341201a8
Merge pull request #43 from EmilStenstrom/dependabot/pip/tox-3.23.0
Bump tox from 3.20.1 to 3.23.0
2021-03-11 23:02:48 +01:00
dependabot[bot]
27340528d5
Bump django from 3.1.3 to 3.1.7
Bumps [django](https://github.com/django/django) from 3.1.3 to 3.1.7.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/3.1.3...3.1.7)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11 22:01:42 +00:00
dependabot[bot]
efc899afbc
Bump pytest from 6.1.2 to 6.2.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.1.2 to 6.2.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/6.1.2...6.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11 22:01:27 +00:00
dependabot[bot]
8d0a3d860c
Bump isort from 5.6.4 to 5.7.0
Bumps [isort](https://github.com/pycqa/isort) from 5.6.4 to 5.7.0.
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/pycqa/isort/compare/5.6.4...5.7.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-11 22:01:12 +00:00