summaryrefslogtreecommitdiffstats
path: root/core/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Replace assert() with DataIssue messagePhilip Sargent2021-03-291-2/+6
|
* Deleted archaisms and new commentsPhilip Sargent2020-08-021-14/+23
|
* remove commented out code, more commentsPhilip Sargent2020-07-291-0/+6
|
* fix schema and try cache caves importPhilip Sargent2020-07-061-7/+0
|
* person attribution of surveyed length workingPhilip Sargent2020-07-061-3/+9
|
* splays and alias splays implementedPhilip Sargent2020-07-041-1/+1
|
* start refactor survex importPhilip Sargent2020-06-241-0/+6
|
* static files redonePhilip Sargent2020-06-181-1/+2
|
* n_delete=... soon to be requiredPhilip Sargent2020-06-181-11/+11
|
* remove Survey & virtual survey wallet - never usedPhilip Sargent2020-06-161-12/+0
|
* python3 fixes for djsngo admin pagesPhilip Sargent2020-05-311-2/+2
|
* Import rejigging to fix circular refsPhilip Sargent2020-05-301-118/+1
|
* import fix to allow manage.py to runPhilip Sargent2020-05-281-1/+0
|
* Moved classes to models_caves and fixed importsPhilip Sargent2020-05-281-517/+21
|
* expung imagekit and clean import listsPhilip Sargent2020-05-281-43/+1
|
* Refactor to avoid loading unused surveystationsPhilip Sargent2020-05-281-7/+2
|
* Allow being unable to open local LOGFILE.Expo on server2020-05-261-4/+2
|
* __unicode__ to __str__ 2to3 conversionPhilip Sargent2020-05-261-19/+22
|
* partial fix to make OK on python3.8Philip Sargent2020-05-251-9/+15
|
* Convert codebase for python3 usagePhilip Sargent2020-05-241-46/+55
|
* Remove PHOTOS_ROOT and DPhoto classPhilip Sargent2020-05-151-18/+19
|
* adding *ref to troggle svx parserPhilip Sargent2020-05-131-1/+1
|
* Changes needed to stop the survex parser having to go through the data twiceFaster-survex-parserSam Wenham2020-02-211-5/+7
| | | | Taken from the Django 1.10 upgrade branch
* Backed out changeset: 4552f42bdf54Sam Wenham2019-06-261-2/+2
|
* Remove this stupid hard coded name matchSam Wenham2019-06-261-2/+2
|
* Updating caves and entrances is no longer nuclear!Sam Wenham2019-04-191-5/+2
| | | | | | | | Big overhaul of people processing, fullname added to the model lastname is now names -1 unless you only have one (yes you Wookey) this allows for Jon Arne Toft and Wookey to live it the same DB names can now have html chars in them, this should be real unicode but that can only happen when we go to Python 3!
* Add ordering to the data issues modelSam Wenham2019-04-181-0/+3
|
* Fix CSRF issues in svx formSam Wenham2019-04-141-0/+8
| | | | | | Set date formats Add DataIssue model and add errors to it to allow us to give people a list of stuff to fix
* Ooops shouldn't of commited the DateTime change, yet...Sam Wenham2019-03-311-1/+1
|
* Support html and wiki logbook entrysSam Wenham2019-03-311-25/+28
| | | | | | Move nearest_station to nearest_station_name and make nearest_station a foreign key to SurvexStation Lots of tidying
* Fix people listSam Wenham2019-03-091-1/+7
| | | | | | Cope with Jimmy McFoo as a name! Don't set the top expo value in the code whin it is piss easy to calculate Fix typo from last commit
* Revert (I hate hg!!!)Sam Wenham2019-02-261-3/+3
|
* mergeSam Wenham2019-02-261-3/+3
|
* Messing with millenialcaves.html or similarRad2019-02-261-2/+0
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+1
|
* Messing with millenialcaves.html or similarRad2019-02-261-1/+2
|
* Messing with millenialcaves.html or similarRad2019-02-261-0/+2
|
* Deal better with the wallet letter number combo of 2019#X01Sam Wenham2019-02-241-3/+5
|
* Make things more compatiable with newer pythonSam Wenham2019-02-241-5/+4
| | | | | | | Fix the expeditions list Improvements to make it compatiable with django 1.8 Bump the years to add 2018 Update the .hgignore file to ignore junk
* Add default BooleanField(default=False) for django 1.7 compatibilitySam Wenham2018-04-171-5/+5
|
* Django 1.7 mostly working. Big refactor so probably bugsSam Wenham2018-04-151-4/+4
|
* Clean up indenting in modelsSam Wenham2018-04-141-23/+23
| | | | add registration required modules
* Fix Scan scanning, so that 2015#X01 format (with 'X') is accepted inexpoonserver2017-03-071-2/+2
| | | | scan directories. Allows 2016 data to be processed.
* Moved notable caves to settings.py, link to a script to fix permissionsexpo2015-06-211-4/+19
|
* Fix up obvious URLs containing subarea names (smkridge)Wookey2015-04-081-1/+1
|
* Prospecting guide and images and few minor other things.expo2013-08-011-15/+55
|
* MergeMartin2012-08-141-3/+3
|\
| * Bug fixing of cave and entrance forms removal of slugsMartin2012-08-141-3/+3
| |