umap/umap
Yohan Boniface 5e480627cc
Merge pull request #1923 from umap-project/white-space-description
fix: also use white-space: pre-line on map description
2024-06-21 16:37:43 +02:00
..
bin [style] Format the code 2023-11-24 23:31:18 +01:00
locale i18n 2024-06-20 10:56:04 -04:00
management refactor(sync): rename ws.py to websocket_server.py 2024-06-07 18:21:30 +02:00
migrations feat: remove Map.description 2024-04-24 16:39:59 +02:00
settings chore: move alert.html inside templates and update translations 2024-06-14 20:41:53 +02:00
static Merge pull request #1923 from umap-project/white-space-description 2024-06-21 16:37:43 +02:00
templates chore: move alert.html inside templates and update translations 2024-06-14 20:41:53 +02:00
templatetags fix: hide delete button for editors in dashboard 2024-04-16 11:32:00 +02:00
tests fix: use layer labelKey if any when filtering features 2024-06-21 13:35:06 +02:00
__init__.py 2.4.0b2 2024-06-20 10:56:26 -04:00
admin.py Allow to edit pictogram categories from admin list 2023-12-17 12:20:30 +01:00
apps.py Prepare for Django 4.x 2023-02-22 15:19:38 +01:00
autocomplete.py [style] Format the code 2023-11-24 23:31:18 +01:00
context_processors.py feat: add minimal OpenGraph links 2024-04-17 10:55:07 +02:00
decorators.py wip: refactor login flow 2024-02-05 07:22:53 +01:00
fields.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
forms.py [style] Format the code 2023-11-24 23:31:18 +01:00
managers.py [style] Format the code 2023-11-24 23:31:18 +01:00
middleware.py [style] Format the code 2023-11-24 23:31:18 +01:00
models.py chore(sync): Move the sync flag in the options 2024-06-07 18:21:30 +02:00
storage.py chore: raise error if any in storage post_process 2024-02-19 13:47:57 +01:00
urls.py feat(websockets): Authenticate with signed tokens. 2024-06-07 18:21:30 +02:00
utils.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
views.py fix: correct syntax for translating string when sending emails 2024-06-14 20:41:53 +02:00
websocket_server.py tests(sync): Change the way the websocket server is run in the tests 2024-06-07 18:21:30 +02:00
wsgi.py chore: bump ruff 2024-03-05 17:23:49 +01:00