summaryrefslogtreecommitdiff
path: root/app/birds/models.py
AgeCommit message (Collapse)Author
2018-02-06converted to new path url structure and updated pagination to handle it.luxagraf
2018-01-28abstracted birds out to sightingsluxagraf
2018-01-21updated code to work with django 2.0luxagraf
2017-07-16updated birds app for faster bird addingluxagraf
2017-07-14cleaned up admin for birdsluxagraf
2016-03-27added build script to birds appluxagraf
2016-03-21Added audio manytomany to sightings to make admin easierluxagraf
2016-03-21fixed up bird app archive pagesluxagraf
2016-03-21finished up bird app basics. Pretty much works now. Just need builder toluxagraf
write it out
2015-11-08Ported Bird app to CBV and modern URL structure. Also added base classluxagraf
to utils module to handle my pagination scheme so I can reuse that bit of code
2015-06-16fixed map bugs in birds appluxagraf
2015-05-15made the birds admin a little slickerluxagraf
2015-05-03work started on bird app and displayluxagraf
2014-05-23minor refactor to adoipt pep8 and pyflakes coding styles and clean upluxagraf
some cruft that's been hangin round for years
2014-05-09modified birds app to use Locations.location, eliminated birdinglocation and ↵luxagraf
added point field to bird sighting model
2014-05-08added birding app for real this timeluxagraf