.. |
api
|
Give hashlib.md5() bytes instead of str.
|
2019-06-28 20:20:18 +00:00 |
bin
|
Reduced generate-draft-alias verbosity again
|
2019-06-17 18:23:18 +00:00 |
community
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
cookies
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
database-notes
|
Merged from log:branch/2.00@2363: Current release branch head to trunk.
|
2010-07-21 12:48:05 +00:00 |
dbtemplate
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
doc
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
externals/static
|
Updated bower-managed static web assets
|
2019-06-14 11:20:11 +00:00 |
group
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
help
|
Added django-simple-history and replaced the old (and unused) PersonHistory class with a history=HistoricalRecords() field on Person. Added the needed migrations and changes to admin, resources, and settings. Related to issues #2505 and #2507.
|
2018-04-27 17:36:20 +00:00 |
idindex
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
iesg
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
ietfauth
|
Converted leading tabs to spaces in ietf/**/*.py
|
2019-06-27 14:51:02 +00:00 |
ipr
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
liaisons
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
mailinglists
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
mailtrigger
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
meeting
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
message
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
name
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
nomcom
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
person
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
redirects
|
Removed 2to3-generated list() around .items() iterator in for loops.
|
2019-06-27 18:11:17 +00:00 |
release
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
review
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
secr
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
static
|
Adjusted some static resources.
|
2019-06-08 13:51:58 +00:00 |
stats
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
submit
|
Changed all model __unicode__() methods to __str__()
|
2019-06-28 21:07:08 +00:00 |
sync
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
templates
|
Fixed bad logic for the display of previous related IPR informatio in the IPR details template.
|
2019-06-19 15:05:59 +00:00 |
utils
|
Fixed API changes in SMTPChannel
|
2019-06-28 20:52:15 +00:00 |
.gitignore
|
Fixes #563
|
2010-12-02 20:34:50 +00:00 |
__init__.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
bower.json
|
Updated highcharts and added support for CSV export. Also tweaked the look of the highcharts context menu separators.
|
2018-11-13 19:28:46 +00:00 |
checks.py
|
Fixed a bytes/str issue in a patch library call.
|
2019-06-28 20:47:36 +00:00 |
context_processors.py
|
Replaced old unworkable email addesss in the 404 page with the current bugreport address, now configured in settings.py.
|
2017-04-15 12:34:50 +00:00 |
feed_urls.py
|
Changed urlpattern order to list the more specific of overlapping patterns first, and made the rfc feed per year pattern more permissive.
|
2017-12-04 16:32:58 +00:00 |
LICENSE
|
Merged in the port from Django 1.2 to Django 1.6 from olau@iola.dk: branch/iola/djangoport@7121, and fixed some merge issues.
|
2014-01-18 21:02:40 +00:00 |
manage.py
|
Moved warnings settings from manage.py and test_runner.py to one single place, settings.py. Decreased the verbosity level when invoking 'loaddata' from the test runner.
|
2016-12-15 13:25:20 +00:00 |
middleware.py
|
Converted leading tabs to spaces in ietf/**/*.py
|
2019-06-27 14:51:02 +00:00 |
README-BOWER.rst
|
Updated several README files.
|
2015-07-28 13:20:39 +00:00 |
settings.py
|
Removed anora from installed apps, and changed PEM key to bytes instead of str.
|
2019-06-28 13:29:56 +00:00 |
settings_releasetest.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
settings_sqlitetest.py
|
Converted leading tabs to spaces in ietf/**/*.py
|
2019-06-27 14:51:02 +00:00 |
settings_testcrawl.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
urls.py
|
This commit replaces the code defined group features with features held
|
2018-07-12 10:51:48 +00:00 |
virtualenv-manage.py
|
Initial 2to3 patch with added copyright statement updates.
|
2019-06-27 14:40:54 +00:00 |
wsgi.py
|
Converted leading tabs to spaces in ietf/**/*.py
|
2019-06-27 14:51:02 +00:00 |