.. |
apps
|
Added check_apps_ready() to Apps.get_containing_app_config()
|
2015-02-08 14:52:19 -05:00 |
bin
|
Removed bin/unique-messages.py
|
2015-02-06 08:47:38 -05:00 |
conf
|
Fixed #17716 -- Prevented include('...', app_name='...') without a namespace.
|
2015-02-12 08:07:58 -05:00 |
contrib
|
Fixed #15779 -- Allowed 'add' primary key in admin edition
|
2015-02-14 11:19:55 +01:00 |
core
|
Fixed #24320 - Used field.value_to_string() in serialization of foreign key.
|
2015-02-13 12:37:23 -05:00 |
db
|
Fixed #24318 -- Set the transaction isolation level with psycopg >= 2.4.2.
|
2015-02-14 18:51:11 +01:00 |
dispatch
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
forms
|
Fixed #24339 -- Fixed crash with empty DurationField form field.
|
2015-02-14 07:37:18 -05:00 |
http
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
middleware
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
template
|
Fixed #24338 -- Accepted Template wrapper in {% extends %}.
|
2015-02-14 10:21:06 +01:00 |
templatetags
|
Subclassed template.Node instead of Node for consistency.
|
2015-02-12 08:04:30 -05:00 |
test
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |
utils
|
Fixed #24321 -- Improved `utils.http.same_origin` compliance with RFC6454
|
2015-02-12 08:58:35 +01:00 |
views
|
Fixed a crash of the debug page.
|
2015-02-10 21:37:53 +01:00 |
__init__.py
|
Bumped version; master is now 1.9 pre-alpha.
|
2015-01-16 17:04:35 -05:00 |
shortcuts.py
|
Sorted imports with isort; refs #23860.
|
2015-02-06 08:16:28 -05:00 |