..
management
Python2/3 compatibility: Changed the use of open() and StringIO to io.open() etc.
2019-07-15 19:14:04 +00:00
migrations
Adjusted migrations for Python2/3 compatibility.
2019-08-08 17:11:14 +00:00
templatetags
Added a get_active_ads() utility function that uses the cache to reduce database access. Moved some utility functions so as to reduce import loops.
2018-04-01 18:36:36 +00:00
__init__.py
Move new schema models from redesign/ to ietf/
2012-01-24 17:17:24 +00:00
admin.py
Tweaked PersonAdmin to show name_from_draft after the name field.
2018-09-29 20:05:33 +00:00
ajax.py
Updated (deprecated, unregistered) 'text/json' with 'application/json' everwhere. Commit ready for merge.
2018-03-17 15:14:57 +00:00
factories.py
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
2019-07-16 13:20:05 +00:00
fields.py
Merged changes from current trunk to Py3 branch.
2019-07-16 15:36:16 +00:00
forms.py
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
2019-07-15 15:40:51 +00:00
models.py
Made sure Person.active_drafts() and .expired_drafts() don't return duplicate entries. Fixes issue #2784 .
2019-08-20 22:43:51 +00:00
name.py
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
2019-07-15 15:40:51 +00:00
resources.py
Fixed up mypy issues or added type:ignore comments as needed for a clean mypy run.
2019-09-30 15:42:18 +00:00
tests.py
Python2/3 compatibility: replaced six.ensure_text() with either six.text_type or django's force_text(), depending on the case, and fixed a variable scope issue.
2019-07-16 13:20:05 +00:00
urls.py
Add view for merge person records. Commit ready for merge.
2018-03-18 18:01:56 +00:00
utils.py
Merged in ^/branch/akayla/irsg/6.113.1.dev0 from peter@akayla.com.
2019-12-20 15:00:55 +00:00
views.py
Added 'from __future__' imports all over the place, to bring code behaviour into closer alignment between python2 and python3
2019-07-15 15:40:51 +00:00