Laura Klünder
|
df19daf501
|
update sources API
|
2017-07-08 15:09:56 +02:00 |
|
Laura Klünder
|
8662d5a062
|
don't store source images in database
|
2017-07-08 15:05:25 +02:00 |
|
Laura Klünder
|
5d3453abe5
|
set color='' to color=None
|
2017-07-06 13:38:22 +02:00 |
|
Laura Klünder
|
00a2366ae2
|
add cache keys
|
2017-07-05 23:38:47 +02:00 |
|
Laura Klünder
|
6406950263
|
add clearcache command
|
2017-07-05 22:42:50 +02:00 |
|
Laura Klünder
|
86c476a586
|
MapUpdate.last_update() and MapUpdate.lock()
|
2017-07-05 22:35:14 +02:00 |
|
Laura Klünder
|
375454c3f1
|
add MapUpdate
|
2017-07-05 22:04:22 +02:00 |
|
Laura Klünder
|
0ef51ac147
|
change default of geometryfield / support for null values
|
2017-06-26 23:23:39 +02:00 |
|
Laura Klünder
|
79220c39f9
|
add has_no_effect check to changes and replace undo button icon
|
2017-06-25 16:12:57 +02:00 |
|
Laura Klünder
|
dee040734c
|
no need to cache this, we have select_related
|
2017-06-22 20:14:32 +02:00 |
|
Laura Klünder
|
e2d6879716
|
use get_child() before serializing locations
|
2017-06-22 20:10:17 +02:00 |
|
Laura Klünder
|
3419c9db54
|
new get_queryset() for LocationViewSet
|
2017-06-22 20:09:58 +02:00 |
|
Laura Klünder
|
ef7b5c973d
|
fix querying on API /locations/search
|
2017-06-22 20:02:29 +02:00 |
|
Laura Klünder
|
15831b97ef
|
get_submodels(SpecificLocation)
|
2017-06-22 19:58:08 +02:00 |
|
Laura Klünder
|
c4b3932e9b
|
correctly filter on api /locations/
|
2017-06-22 19:57:49 +02:00 |
|
Laura Klünder
|
4d544610e5
|
only prefetch groups if detailed serialization was queried
|
2017-06-22 19:53:25 +02:00 |
|
Laura Klünder
|
37d95700d3
|
improve querys on mapdata API /locations/
|
2017-06-22 19:46:06 +02:00 |
|
Laura Klünder
|
f2e300415e
|
fix wrong import
|
2017-06-22 19:30:37 +02:00 |
|
Laura Klünder
|
03d40add64
|
user get_submodels everywhere
|
2017-06-22 19:27:51 +02:00 |
|
Laura Klünder
|
d5420e6d96
|
move get_submodels into mapdata.utils.models
|
2017-06-22 18:48:23 +02:00 |
|
Laura Klünder
|
7a9f4da4c1
|
remove everything about the editor from mapdata app
|
2017-06-21 12:47:28 +02:00 |
|
Laura Klünder
|
70a57b0c1d
|
change verbose_name of slug field
|
2017-06-18 21:35:10 +02:00 |
|
Laura Klünder
|
279d9bab52
|
auto prefetch_related on LocationSlug
|
2017-06-18 18:42:30 +02:00 |
|
Laura Klünder
|
9cf48cb609
|
always copy dict on Location.__init__ because it could be the default
|
2017-06-18 18:08:58 +02:00 |
|
Laura Klünder
|
a659b37bc8
|
neatly show changes
|
2017-06-18 16:52:50 +02:00 |
|
Laura Klünder
|
bd32896b95
|
fix get_color()
|
2017-06-17 23:40:23 +02:00 |
|
Laura Klünder
|
edfb083c61
|
fix get_color() on ModelInstanceWrapper
|
2017-06-16 18:38:41 +02:00 |
|
Laura Klünder
|
8fef2a81a9
|
reimplement wrapped prefetch_related
|
2017-06-16 18:19:52 +02:00 |
|
Laura Klünder
|
344ab790a3
|
wrap around ORM in editor api
|
2017-06-12 23:33:59 +02:00 |
|
Laura Klünder
|
1a30cb325e
|
improve queries in editor views
|
2017-06-11 15:37:25 +02:00 |
|
Laura Klünder
|
e8ffe20413
|
optimize queries in mapdata API
|
2017-06-11 15:10:48 +02:00 |
|
Laura Klünder
|
1498b7aeb0
|
rename Section back to Level
|
2017-06-11 14:43:14 +02:00 |
|
Laura Klünder
|
faa577de32
|
fix section svg renderer
|
2017-06-11 13:51:05 +02:00 |
|
Laura Klünder
|
d01732e589
|
show spaces from other sections in space view and hightlight space better
|
2017-06-11 13:26:35 +02:00 |
|
Laura Klünder
|
6a8b7e33ae
|
Space.outside not means „only outside of building“, so False means nothing
|
2017-06-11 13:18:25 +02:00 |
|
Laura Klünder
|
bf95b1c9cc
|
highlight sections on top
|
2017-06-11 12:29:12 +02:00 |
|
Laura Klünder
|
3e02958b37
|
subsection selector
|
2017-06-11 00:00:25 +02:00 |
|
Laura Klünder
|
9f1f8c78ba
|
navigate to secondary sections
|
2017-06-10 23:04:28 +02:00 |
|
Laura Klünder
|
9910b3ed83
|
replace Space.level with secondary sections on top of primary sections
|
2017-06-10 15:00:47 +02:00 |
|
Laura Klünder
|
9502e247d1
|
fix wrong error message whan space is not found in mapdata api
|
2017-06-10 14:48:50 +02:00 |
|
Laura Klünder
|
b19a8b7356
|
introducing column model
|
2017-06-09 15:22:30 +02:00 |
|
Laura Klünder
|
7a4bbeb2a6
|
remove unneeded method
|
2017-06-08 16:34:01 +02:00 |
|
Laura Klünder
|
eb7fa85a81
|
improve svg rendering performance using prefetch_related
|
2017-06-08 16:30:58 +02:00 |
|
Laura Klünder
|
bffc0f2191
|
fix svg rendering for new holes
|
2017-06-08 16:21:32 +02:00 |
|
Laura Klünder
|
98501dbf3a
|
move holes from sections to spaces
|
2017-06-08 15:19:12 +02:00 |
|
Laura Klünder
|
129be97a59
|
remove unneeded method
|
2017-05-31 02:39:35 +02:00 |
|
Laura Klünder
|
341c2f98e5
|
replace except: pass with suppress() context manager
|
2017-05-31 02:38:59 +02:00 |
|
Laura Klünder
|
c051b3b536
|
fix format_geojson to work with GeometryCollections / MultiPolygons
|
2017-05-29 16:48:00 +02:00 |
|
Laura Klünder
|
c65f01d620
|
improve editor geometry API performance using prefetch_related
|
2017-05-29 16:36:17 +02:00 |
|
Laura Klünder
|
c6a5ed399b
|
add original_geometry to building in editor geometry api
|
2017-05-29 10:14:39 +02:00 |
|