| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-18 | [py3] Made 212b9826bd Python 3-friendly | Aymeric Augustin | |
| 2012-08-18 | Fixed #17228 -- params context variable is inconsistent | Marc Tamlyn | |
| Remove the params variable from the context and just put the variables in directly. This had not been committed previously as the original pattern was used in the functional generic views and we wanted consistency between them, but django.views.generic.simple.direct_to_template is now gone so we can do it 'right'. | |||
| 2012-08-18 | Fixed #14516 -- Extract methods from removetags and slugify template filters | Marc Tamlyn | |
| Patch by @jphalip updated to apply, documentation and release notes added. I've documented strip_tags as well as remove_tags as the difference between the two wouldn't be immediately obvious. | |||
| 2012-08-18 | Fixed #16744 -- Class based view should have the view object in the context | Marc Tamlyn | |
| Updated the most recent patch from @claudep to apply again and updated the documentation location. | |||
| 2012-08-18 | [py3] Ported django.utils.safestring. | Aymeric Augustin | |
| Backwards compatibility aliases were created under Python 2. | |||
| 2012-08-18 | Add a SQlite backend. One test passes! | Andrew Godwin | |
| 2012-08-18 | Test that unique constraints get ported with column rename | Andrew Godwin | |
| 2012-08-18 | All tests passing on MySQL | Andrew Godwin | |
| 2012-08-18 | First stab at MySQL support | Andrew Godwin | |
| 2012-08-18 | Fixed #18779 -- URLValidator can't validate url with ipv6. | Marc Tamlyn | |
| Validation is reasonably 'soft', as for the ipv4. False positives don't matter too much here. | |||
| 2012-08-18 | [py3] Stopped attempting to translate bytes. | Aymeric Augustin | |
| That goes actively against the goal of cleaning string handling. | |||
| 2012-08-18 | Cleaned up a test slightly. | Aymeric Augustin | |
| We should catch all exceptions in the thread to ensure it doesn't die with an unhandled exception. The type of the exception is already checked further in the test. | |||
| 2012-08-18 | [py3] Fixed templates tests. | Aymeric Augustin | |
| 2012-08-17 | [py3] Fixed __unicode__ methods missed in d4a0b278 | Aymeric Augustin | |
| due to non-standard syntax (a stray comma). Thanks dmishe for the report. | |||
| 2012-08-16 | [py3k] Fixed pagination_regress tests. | Alex Gaynor | |
| 2012-08-16 | [py3] Ported django.core.servers. | Aymeric Augustin | |
| 2012-08-16 | [py3] Fixed test_utils tests of doctests. | Aymeric Augustin | |
| 2012-08-16 | [py3] Fixed the str tests. | Aymeric Augustin | |
| These tests don't look very meaningful. They were ported from doctests... | |||
| 2012-08-15 | Fixed the generic_inline_admin tests for python3. | Alex Gaynor | |
| 2012-08-15 | Fixed the admin_changelist tests for python3. | Alex Gaynor | |
| 2012-08-15 | [py3] Fixed more encoding issues in cache tests | Claude Paroz | |
| 2012-08-15 | Used settings config for memcached tests. | Claude Paroz | |
| By using settings config, we take advantage of custom settings like KEY_PREFIX which allows for example to run tests in parallel. | |||
| 2012-08-15 | [py3] Fixed middleware tests. | Aymeric Augustin | |
| Removed several inappropriate .encode('utf-8') calls in the process. | |||
| 2012-08-15 | [py3] Fixed dispatch tests | Claude Paroz | |
| 2012-08-15 | Run memcache tests if any cache is configured | Claude Paroz | |
| 2012-08-15 | [py3] Fix some more encoding issues in tests | Claude Paroz | |
| 2012-08-15 | [py3] Fixed bad unicode test | Claude Paroz | |
| 2012-08-15 | [py3] Fixed paginator tests. | Florian Apolloner | |
| 2012-08-15 | [py3] Properly encode hashlib.md5 and zip.compress args in the tests. | Florian Apolloner | |
| 2012-08-15 | [py3] Removed map() calls used for side-effects only | Anssi Kääriäinen | |
| 2012-08-15 | Made the validation tests python3 friendly. | Alex Gaynor | |
| 2012-08-15 | Ensured that the archive module consistantly explicitly closed all files. | Alex Gaynor | |
| 2012-08-15 | Close files in the module_loading tests always. | Alex Gaynor | |
| 2012-08-15 | Explicitly close a file during the email tests. | Alex Gaynor | |
| 2012-08-15 | Always close files in the file_storage tests. | Alex Gaynor | |
| 2012-08-15 | [py3] Fixed test_client_regress tests | Claude Paroz | |
| 2012-08-15 | Converted the modeladmin tests to run on python 2 and 3. | Alex Gaynor | |
| 2012-08-15 | Fixed usage of several deprecated aliases in unittest. | Alex Gaynor | |
| 2012-08-15 | Explicitly close files in the staticfiles tests. | Alex Gaynor | |
| 2012-08-15 | Use a name that exists in both python2 and 3, | Alex Gaynor | |
| 2012-08-15 | [py3] Fixed jsi18n test. | Aymeric Augustin | |
| Also refactored said test to avoid leaking state (ie. active translation) when an error occurs. | |||
| 2012-08-15 | [py3] Fixed uses of __metaclass__ in tests. | Aymeric Augustin | |
| 2012-08-14 | [py3] Fixed modeltests.model_forms tests. | Chris Lawlor | |
| 2012-08-14 | [py3] Fixed conditional_processing tests | Claude Paroz | |
| 2012-08-14 | [py3] Fixed file_uploads tests | Claude Paroz | |
| 2012-08-14 | Don't swallow AttributeError in core.urlresolvers.get_callable. | Florian Apolloner | |
| 2012-08-14 | [py3] Fixed serializers tests | Claude Paroz | |
| 2012-08-14 | [py3] Fixed staticfiles tests | Claude Paroz | |
| 2012-08-14 | [py3] Fixed admin_views tests | Claude Paroz | |
| Also changed several occurrences of 'request' to 'response'. | |||
| 2012-08-14 | [py3] Fixed admin_custom_urls tests. | Aymeric Augustin | |
