Skip to content

Releases: gchazot/OneEvent

Support Python 3.10 and Django 3.2

09 Oct 22:34
53d9ad5
Compare
Choose a tag to compare

The code already supported Python 3.10. Making it official.

Django 3.2 has a non-backwards compatible change that requires a migration from AutoField to BigAutoField
The application disables this change and will remain on AutoField.

Support Django 3.1

19 Mar 10:08
4cee2dc
Compare
Choose a tag to compare

OneEvent was already working with Django 3.1. This just updates the Pypi description and CI environment to make it official

Use generic User model

14 Sep 11:23
03c5cb2
Compare
Choose a tag to compare
Merge pull request #23 from gchazot/generic_user_model

Use app-defined User model

Change emails FROM to be configurable

07 Jun 21:47
41c6c15
Compare
Choose a tag to compare
Merge pull request #21 from gchazot/prepare_v1.0.1

Release v1.0.1

Final 1.0.0 release

11 May 06:55
c1a44f8
Compare
Choose a tag to compare

Added a view to help with deleting an account

Pre-release for final testing

09 May 13:30
743a094
Compare
Choose a tag to compare
Pre-release
  • Trim down navbar using breadcrumbs and a user menu
  • Add ability to customise more the navbar and the new user menu
  • Replace hardcoded cities with more generic timezones
  • Lots of code cleanup done

Remove internal messaging

05 May 00:15
a509324
Compare
Choose a tag to compare
Pre-release
Merge pull request #10 from gchazot/fix_pre_release_a2

Second alpha release of 1.0.0

Upgrade to Python3.6+ and Django 2.1, 2.2 and 3.0

04 May 23:43
239152b
Compare
Choose a tag to compare
Merge pull request #8 from gchazot/road_to_django3

Upgrade to Python 3.6+, django 2.1, 2.2 and 3.0

v0.3.1.1: Merge pull request #7 from gchazot/release_0.3.1.1

29 Apr 21:33
52eb6b6
Compare
Choose a tag to compare
Release documentation and description changes