datatracker/ietf
Henrik Levkowetz 63fb17f4fd Changeset [133] needs a patched Django to work. Rather than requiring patches
to Django, work around this in our code.  Sort the session list with Python
code, rather than doing it as part of the query.  Since the session list is
very short, there is no problem with memory consumption in doing it this way.
 - Legacy-Id: 136
Note: SVN reference [133] has been migrated to Git commit 587d2baafe
2007-05-16 06:32:53 +00:00
..
agenda - Legacy-Id: 111 2007-05-09 21:05:20 +00:00
announcements Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
bin Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
contrib Switch from pickle to str(). This may be wallpapering over the 2007-05-16 03:47:53 +00:00
database-notes Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
idindex Use (some) new class functions to generate choices 2007-05-10 22:09:27 +00:00
idtracker Change __str__ representation for a BallotInfo. 2007-05-10 23:16:41 +00:00
iesg Move the logic part to views.py for IESG announcement pages 2007-05-10 21:31:47 +00:00
ipr Some ipr/model.py field re-arranging to make the admin interface come out nicer 2007-05-09 06:16:50 +00:00
liaisons Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
mailinglists Initial version of forms and views for mailing list submissions. 2007-05-10 22:01:36 +00:00
meeting Changeset [133] needs a patched Django to work. Rather than requiring patches 2007-05-16 06:32:53 +00:00
my Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
proceedings * Roll back WgMeetingSession.group_acronym_id per Bill 2007-05-16 04:32:17 +00:00
redirects Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
templates * Roll back WgMeetingSession.group_acronym_id per Bill 2007-05-16 04:32:17 +00:00
utils * Moved utility functions into utils/ directory, and started breaking out 2007-05-11 15:48:45 +00:00
.gitignore removed extraneous .pyc files 2007-05-09 21:55:44 +00:00
__init__.py Added __version__ string 2007-05-11 15:45:45 +00:00
manage.py Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00
middleware.py Added prettifying middleware (from djangosnippet 172) 2007-05-06 05:14:25 +00:00
query.py There is a known bug with order_by clause that returns error message when tables are joined with different field name. Please look up http://code.djangoproject.com/ticket/2210. I downloaded the patch file, replaced the existing -dir/django/db/models/query.py, and order_by in joined tables worked fine. 2007-05-15 19:47:43 +00:00
settings.py Add a reasonable default setup for syslog 2007-05-10 14:41:54 +00:00
urls.py - Legacy-Id: 111 2007-05-09 21:05:20 +00:00
views.py Moving ietf to trunk/ietf 2007-05-04 12:37:28 +00:00