Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Releases: breard-r/django-npb

npb v1.1.1

28 Feb 16:39
Compare
Choose a tag to compare

Bugfix release for the French locale.

npb v1.1.0

28 Feb 15:15
Compare
Choose a tag to compare

This new release changes the way django-npb handles pastes that should be displayed.

  • expired pastes now returns a 404 even if they have not been purged from the database
  • suspended pastes returns a 403 instead of a 200 with an error message
  • staff and admins can see suspended pastes
  • for non-authorized users, private pastes returns a 403 instead of a 404

npb v1.0.4

17 Jan 10:05
v1.0.4
Compare
Choose a tag to compare

This is a dependency update release.

npb v1.0.3

03 Mar 10:04
Compare
Choose a tag to compare

Quick release: allow to redirect anonymous users to the login page.

npb v1.0.2

02 Mar 17:33
Compare
Choose a tag to compare

Bugfix release: include the forgotten static files in the Python wheel.

npb v1.0.1

02 Mar 17:04
Compare
Choose a tag to compare

This small release allow to define whether or not anonymous pastes are allowed.

npb v1.0.0

25 Feb 11:51
Compare
Choose a tag to compare

This is the first django-npb release. It features:

  • Basic paste functionalities
  • Administration through Django's admin panel
  • Report for abusive pastes
  • English and French language support