Skip to content

Commit e447eb7

Browse files
committed
1.1.4 release
Signed-off-by: Gagan Deep <pandafy.dev@gmail.com>
1 parent 8cccd79 commit e447eb7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
Changelog
22
=========
33

4+
Version 1.1.4 [2025-08-01]
5+
--------------------------
6+
7+
Bugfixes
8+
~~~~~~~~
9+
10+
- Fixed ``test_add_outdoor_with_floorplan`` which was causing test
11+
failures in downstream projects.
12+
- Refactored formset handling for outdoor locations in the admin
13+
interface: moved the logic rejecting floorplans for outdoor locations to
14+
``AbstractLocationAdmin`` to improve reusability and extendability.
15+
416
Version 1.1.3 [2025-07-31]
517
--------------------------
618

django_loci/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 1, 3, 'final')
1+
VERSION = (1, 1, 4, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)