micro-users 1.6.2__py3-none-any.whl → 1.6.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {micro_users-1.6.2.dist-info → micro_users-1.6.3.dist-info}/METADATA +2 -1
- {micro_users-1.6.2.dist-info → micro_users-1.6.3.dist-info}/RECORD +6 -6
- users/tables.py +0 -1
- {micro_users-1.6.2.dist-info → micro_users-1.6.3.dist-info}/LICENSE +0 -0
- {micro_users-1.6.2.dist-info → micro_users-1.6.3.dist-info}/WHEEL +0 -0
- {micro_users-1.6.2.dist-info → micro_users-1.6.3.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: micro-users
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.3
|
|
4
4
|
Summary: Arabic Django user management app with abstract user, permissions, and activity logging
|
|
5
5
|
Home-page: https://github.com/debeski/micro-users
|
|
6
6
|
Author: DeBeski
|
|
@@ -208,3 +208,4 @@ MICRO_USERS_THEME = {
|
|
|
208
208
|
| v1.6.0 | • **Automated Activity Logging**: dynamic logging for all CREATE/UPDATE/DELETE actions via Middleware & Signals<br> • **Refactor**: Renamed `Department` model to `Scope` (Scope Management)<br> • Removed manual logging requirement<br> • **Architecture**: Decoupled models, forms, and tables using dynamic imports and `apps.get_model` <br> • **Soft Delete**: Users are now marked as inactive with a timestamp instead of being permanently deleted<br> • **Activity Log**: Deleted users appear with a strikethrough<br> • **CSS Refactor**: Extracted and cleaned up styling with CSS variables<br> • **Login**: Refactored login page with separated JS/CSS and a new modern default logo |
|
|
209
209
|
| v1.6.1 | • **Theme Configuration**: Added `MICRO_USERS_THEME` setting for easy color customization <br> • **Bug Fixes**: Explicitly excluded unwanted columns (id, ip_address, user_agent) from Activity Log table <br> • **UI**: Improved Scope Manager button visibility |
|
|
210
210
|
| v1.6.2 | • **UI**: Improved some tooltips for buttons and descriptions |
|
|
211
|
+
| v1.6.3 | • **Bug Fixes**: Fixed a crash with a table tooltip |
|
|
@@ -6,7 +6,7 @@ users/forms.py,sha256=4poq6wlFysX_r0KFxUd9I2K9eXhOHV36iSTjncRYHyc,16531
|
|
|
6
6
|
users/middleware.py,sha256=CgzmKb6_4TUkwMZ0h7UgQd80DKUXsmzKvsc3V2JIujY,976
|
|
7
7
|
users/models.py,sha256=XyA4UaRp4DufvgBJKtAGyal3Ci3fZxevyd1fIPqrpEw,2679
|
|
8
8
|
users/signals.py,sha256=blAx8nHsfmn89hMyRBR0Jf706Z07N81ObQMY_MHaBv8,4543
|
|
9
|
-
users/tables.py,sha256=
|
|
9
|
+
users/tables.py,sha256=6zsQBhlEA74BYsSzzmYeFE0Ll7vZmT8aKMsqRUw_l-k,2968
|
|
10
10
|
users/urls.py,sha256=hg4fiVkWcQlbZ82SZ_HjeFPQUkmK1Y7c1ho_lWBFDRg,1491
|
|
11
11
|
users/views.py,sha256=HGa0x8tVY4ltSelOxHdknjsft9fMKfQTKoXvMaMPlbg,14246
|
|
12
12
|
users/migrations/0001_initial.py,sha256=lx9sSKS-lxHhI6gelVH52NOkwqEMJ32TvOJUn9zaOXM,4709
|
|
@@ -31,8 +31,8 @@ users/templates/users/partials/user_actions.html,sha256=J44-sn0fMbLUWjdtlcf5YhgT
|
|
|
31
31
|
users/templates/users/profile/profile.html,sha256=Ir8zvYUgDm89BlwVuuCsPJIVvTPa_2wH3HAaitPc4s8,2911
|
|
32
32
|
users/templates/users/profile/profile_edit.html,sha256=L9DUHlQHG-PmxwxBbSjgPk1dEmy0spPi6wXzT4hQe-U,4218
|
|
33
33
|
users/templates/users/widgets/grouped_permissions.html,sha256=VE7Trm1xBdpMmCMLc--YAbjGxDQj6TxDVwpphe8WuQE,9950
|
|
34
|
-
micro_users-1.6.
|
|
35
|
-
micro_users-1.6.
|
|
36
|
-
micro_users-1.6.
|
|
37
|
-
micro_users-1.6.
|
|
38
|
-
micro_users-1.6.
|
|
34
|
+
micro_users-1.6.3.dist-info/LICENSE,sha256=Fco89ULLSSxKkC2KKnx57SaT0R7WOkZfuk8IYcGiN50,1063
|
|
35
|
+
micro_users-1.6.3.dist-info/METADATA,sha256=yL3WGzky_RP85BomExm8NST_DBuHCozeI6GGD6zs2Fs,9608
|
|
36
|
+
micro_users-1.6.3.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
|
|
37
|
+
micro_users-1.6.3.dist-info/top_level.txt,sha256=tWT24ZcWau2wrlbpU_h3mP2jRukyLaVYiyHBuOezpLQ,6
|
|
38
|
+
micro_users-1.6.3.dist-info/RECORD,,
|
users/tables.py
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|