summaryrefslogtreecommitdiffstats
path: root/core/models.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | added entrance locationsMartin2012-08-141-0/+6
|/
* Started removing foreignkeys to caves, to achieve greater flexability. Some ↵expo2012-08-121-7/+20
| | | | log book entries stuff may be broken. Add ability to make new caves and entrances via website.
* Made a prospecting guide and fixed survex station description. Removed ↵Martin Green2012-08-101-0/+43
| | | | parsing of underground descriptions to wikis.
* Start to change dataformat for caves, along with there editing. Start to ↵Martin Green2012-06-101-26/+70
| | | | change survex reader to cope better with equates/tags.
* remove all the DOS linefeedsWookey2011-07-111-700/+700
|
* Added url to cave and turned entrances station names and removed the ↵Martin Green2011-07-101-9/+6
| | | | | | | | previous SurveyStation model. Note caves should be rendered in the directory of their original url to make links work. Note SurveyStations appeared to duplicate SurvexStations. Note Given we want to be running from a mercurial repository, it is easiest to store the names of survey stations rather than foreign keys.
* Added editing of flat pages. Added slugfields to models to refer to them.Martin Green2011-06-021-2/+7
|
* Attempt to get csrf tag working in django 1.1-Martin Green2011-05-021-1/+3
|
* edit logbooks, new logbook format, increased database normalisationMartin Green2011-05-011-11/+48
|