This website requires JavaScript.
Explore
Help
Sign In
altf4arnold
/
datatracker
Watch
1
Star
0
Fork
You've already forked datatracker
0
Code
Issues
Pull requests
Actions
3
Packages
Projects
Releases
Wiki
Activity
9ac6cdc581
datatracker
/
ietf
/
meeting
/
migrations
History
Henrik Levkowetz
09f89a0852
Added an 'agenda_note' field to meeting.models.Meeting, and added display of content (if any) in html and txt agendas. Added a migration, but the production system has already been patched and migrated.
...
- Legacy-Id: 4947
2012-10-22 21:05:19 +00:00
..
0001_initial.py
Since all the tables have been created earlier, the contents forward and backward of meeting/migrations/0001_initial.py is meaningless, but we need 'pass' instead for it to run. Fixed.
2012-06-22 20:58:05 +00:00
0002_auto__add_field_session_short.py
Added a new field 'short' to Session, to help produce file names for agendas, minutes and slides for groups with different named session, such as for instance 'edu'. Generating distinct filenames directly from the name field gives too long names.
2012-06-20 21:12:26 +00:00
0003_auto__add_field_meeting_agenda_note.py
Added an 'agenda_note' field to meeting.models.Meeting, and added display of content (if any) in html and txt agendas. Added a migration, but the production system has already been patched and migrated.
2012-10-22 21:05:19 +00:00
__init__.py
Added a new field 'short' to Session, to help produce file names for agendas, minutes and slides for groups with different named session, such as for instance 'edu'. Generating distinct filenames directly from the name field gives too long names.
2012-06-20 21:12:26 +00:00