Skip to content

Commit

Permalink
Merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Aug 8, 2022
2 parents 5129fbf + 8208893 commit 56b7fb8
Show file tree
Hide file tree
Showing 25 changed files with 702 additions and 9,951 deletions.
34 changes: 27 additions & 7 deletions CHANGELOG.rst
Expand Up @@ -15,6 +15,26 @@ are used for versioning (schema follows below):
0.3.4 to 0.4).
- All backwards incompatible changes are mentioned in this document.

0.19.4
------
2022-08-08

- Minor fixes in docs.

0.19.3
------
2022-08-08

- Minor fixes in the `rich_text` plugin (`bleach` related).
- Minor fixes and clean up in docs.

0.19.2
------
2022-07-14

- Make it easier to get initial data for the `ViewFormEntry` view.
- Apply black and isort on entire code base.

0.19.1
------
2022-07-12
Expand Down Expand Up @@ -1317,7 +1337,7 @@ Existing files
2015-03-26

- `Checkbox select multiple
<https://github.com/barseghyanartur/django-fobi/tree/master/src/fobi/contrib/plugins/form_elements/fields/checkbox_select_multiple>`_
<https://github.com/barseghyanartur/django-fobi/tree/main/src/fobi/contrib/plugins/form_elements/fields/checkbox_select_multiple>`_
field added.
- Minor improvements (styling) in the Foundation 5 theme.
- Initial configuration for tox tests.
Expand Down Expand Up @@ -1353,22 +1373,22 @@ Existing files
2015-03-20

- `Decimal
<https://github.com/barseghyanartur/django-fobi/tree/master/src/fobi/contrib/plugins/form_elements/fields/decimal>`_
<https://github.com/barseghyanartur/django-fobi/tree/main/src/fobi/contrib/plugins/form_elements/fields/decimal>`_
field added.
- `Float
<https://github.com/barseghyanartur/django-fobi/tree/master/src/fobi/contrib/plugins/form_elements/fields/float>`_
<https://github.com/barseghyanartur/django-fobi/tree/main/src/fobi/contrib/plugins/form_elements/fields/float>`_
field added.
- `Slug
<https://github.com/barseghyanartur/django-fobi/tree/master/src/fobi/contrib/plugins/form_elements/fields/slug>`_
<https://github.com/barseghyanartur/django-fobi/tree/main/src/fobi/contrib/plugins/form_elements/fields/slug>`_
field added.
- `IP address
<https://github.com/barseghyanartur/django-fobi/tree/master/src/fobi/contrib/plugins/form_elements/fields/ip_address>`_
<https://github.com/barseghyanartur/django-fobi/tree/main/src/fobi/contrib/plugins/form_elements/fields/ip_address>`_
field added.
- `Null boolean
<https://github.com/barseghyanartur/django-fobi/tree/master/src/fobi/contrib/plugins/form_elements/fields/null_boolean>`_
<https://github.com/barseghyanartur/django-fobi/tree/main/src/fobi/contrib/plugins/form_elements/fields/null_boolean>`_
field added.
- `Time
<https://github.com/barseghyanartur/django-fobi/tree/master/src/fobi/contrib/plugins/form_elements/fields/time>`_
<https://github.com/barseghyanartur/django-fobi/tree/main/src/fobi/contrib/plugins/form_elements/fields/time>`_
field added.
- From now on using `simplejson` package in favour of `json`, since it can
handle decimal data.
Expand Down
14 changes: 7 additions & 7 deletions CREDITS.rst
Expand Up @@ -17,10 +17,10 @@ Thanks to the following people for their contributions:
<https://github.com/barseghyanartur/django-fobi/commits?author=adrien-delhorme>`_
for French translations and some minor fixes.
- `Maximilian Kindshofer
<https://github.com/barseghyanartur/django-fobi/commits/master?author=MaximilianKindshofer>`_
<https://github.com/barseghyanartur/django-fobi/commits/main?author=MaximilianKindshofer>`_
for German translations.
- `Thomas Wajs
<https://github.com/barseghyanartur/django-fobi/commits/master?author=thomasWajs>`_
<https://github.com/barseghyanartur/django-fobi/commits/main?author=thomasWajs>`_
for number of minor yet valuable fixes.
- `garmoncheg
<https://github.com/barseghyanartur/django-fobi/commits?author=garmoncheg>`_
Expand All @@ -29,20 +29,20 @@ Thanks to the following people for their contributions:
<https://github.com/barseghyanartur/django-fobi/commits?author=jmsfwk>`_
for number of Django 1.9 support fixes.
- `Mario Taddei
<https://github.com/barseghyanartur/django-fobi/commits/master?author=mariuccio>`_
<https://github.com/barseghyanartur/django-fobi/commits/main?author=mariuccio>`_
for his initiative to make `Select multiple with max` plugin.
- `Andy Babic
<https://github.com/barseghyanartur/django-fobi/commits/master?author=ababic>`_
<https://github.com/barseghyanartur/django-fobi/commits/main?author=ababic>`_
for improvements in the generic integration processor and contributions
to the ``wagtail_integration`` contrib app.
- `Heldroe
<https://github.com/barseghyanartur/django-fobi/commits/master?author=Heldroe>`_
<https://github.com/barseghyanartur/django-fobi/commits/main?author=Heldroe>`_
for minor fixes.
- `Michal Dabski
<https://github.com/barseghyanartur/django-fobi/commits/master?author=mick88>`_
<https://github.com/barseghyanartur/django-fobi/commits/main?author=mick88>`_
for minor fixes.
- `Marcos Amorim
<https://github.com/barseghyanartur/django-fobi/commits/master?author=marcosamorim>`_
<https://github.com/barseghyanartur/django-fobi/commits/main?author=marcosamorim>`_
for number of validation improvements.
- `Grzegorz Bialy
<https://github.com/barseghyanartur/django-fobi/commits?author=grzegorzbialy>`_
Expand Down
2 changes: 1 addition & 1 deletion QUICK_START.rst
Expand Up @@ -10,7 +10,7 @@ several parts listed below::
Part 1: standard Django installation
====================================
Example project code available `here
<https://github.com/barseghyanartur/django-fobi/tree/master/examples/quick_start>`_.
<https://github.com/barseghyanartur/django-fobi/tree/main/examples/quick_start>`_.

Installation and configuration
------------------------------
Expand Down

0 comments on commit 56b7fb8

Please sign in to comment.