datatracker/ietf/stats
2018-02-20 15:36:05 +00:00
..
management Tweaked the query filter for 'latest' meetings in the fetch_meeting_attendance management command to deal with future meetings beyond the current meeting. 2017-12-22 19:56:55 +00:00
migrations Strip whitespace from registration data during import. Includes migration for existing data. Fixes #2356. Commit ready for merge. 2017-08-29 19:58:32 +00:00
__init__.py Actually commit the statistics section. 2016-10-13 15:36:14 +00:00
admin.py Added an admin model for the MeetingRegistration class. 2017-07-29 14:01:19 +00:00
backfill_data.py Replaced the use of unaccent.asciify(), which has similar functionality to unidecode.unidecode(). Changed the draft parser to work exclusively with unicode text, which both makes the removal of unaccent easier, and takes us closer to Py35 compatibility. Adjusted callers of the draft parser to send in unicode. 2017-06-18 18:23:18 +00:00
models.py Changed all usage of ForeignKey and OneToOneFiled in model.py files to the compatibility versions from ietf.utils.models. 2018-02-20 15:36:05 +00:00
resources.py Added email address to the MeetingRegistration model, and also to the fields imported from ietf.org/registration/attendees/NN . Changed the bin counting code for attendee-related stats to use names plus email as unique string, rather than only names. 2017-05-31 23:08:23 +00:00
tests.py Merged in ^/personal/sbirkholz/meeting_registration_more_fixes, which adds creation of missing person records when importing meeting registration data. Tweaked the resulting code some. 2017-08-31 18:48:53 +00:00
urls.py Add meeting statistics - overview and country/continent across 2017-05-04 15:55:15 +00:00
utils.py Moved unidecode_name from utils.text to person.name. 2017-09-20 15:36:30 +00:00
views.py Added a guard against iterating over None in stats.views.document_stats() 2017-10-31 18:07:08 +00:00