Closed ndarville closed 10 years ago
Going from down to up:
Looks like the “preview” package never changed beyond that.
0.9.4
appears to have a bug that changes the calculated number of SQL queries. So going for 0.9.3
would be preferable.
I can’t find a changelog, so I’m holding off for now.
Installed 1.0.0. The problem isn’t even reproducible for everyone anyway.
No changelog.
Upgraded and disabled the package, since it’s currently only used for functional tests that are deprecated for the time being.
No changelog.
Upgraded and disabled the package, since it’s currently only used for functional tests that are deprecated for the time being.
No changelog.
Updated the package, since it’s (probably) only used for the admin, which isn’t used anyway. As a documentation tool, it has little chance of breaking anything either way.
-
) rather than a colon
(:
) when output_format
it set to "html5" or "xhtml5". If you are making
reference to those ids in your JavaScript or CSS and using the HTML5 output,
you will need to update your code accordingly. No changes are necessary if
you are outputing XHTML (the default) or HTML4.enable_attributes
keyword has been slightly altered.
If authors have been using attributes in documents with safe_mode
on, those
attributes will no longer be parsed unless enable_attributes
is explicitly
set to True
. This change was made to prevent untrusted authors from injecting
potentially harmful JavaScript in documents. This change had no effect when
not in safe_mode
.With the newest version, nothing breaks in the input tests.
Will have to find a way to automate and unit test this process instead of this manual crap.
Closing since this is now centred around Gemnasium’s monitoring.
django-registration 0.9
)X.y.z
:x.Y.z
:x.y.Z
:http://about.travis-ci.org/docs/user/build-configuration/
Adding test matrix for newest version of all packages on Travis:
pip install pip-tools
pip review --auto
matrix: allow_failures: - # ...