Changes between Initial Version and Version 1 of Ticket #22909, comment 21


Ignore:
Timestamp:
Jun 30, 2014, 10:18:42 AM (10 years ago)
Author:
Brylie Christopher Oxley

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22909, comment 21

    initial v1  
    11OK, I have modified the files where I found camel case test names. Please review the following changes, so that I may submit a pull request:
    22
    3   * [https://github.com/brylie/django/commit/e5fbf9087a0ea2e688e7fd351b174c88eba3e5a6 admin_custom_urls]
    4   * [https://github.com/brylie/django/commit/b18def65987d7c4903ad00f84b1b42780b09a8d2 admin_views]
    5   * [https://github.com/brylie/django/commit/0970cf6149b3f630a0c029b5decb904c5b3aab58 admin_widgets]
    6   * [https://github.com/brylie/django/commit/2a935773f8c16c42f5a77ee208d7ac8d8b9f7a71 conditional_processing]
    7   * [https://github.com/brylie/django/commit/4931cff49cd56ba8deb705f848f9b1aafb17a516 dispatch]
    8   * [https://github.com/brylie/django/commit/e81b0cd48c7fdde48a62ae3727fc45f128b4bed2 generic_inline_admin]
    9   * [https://github.com/brylie/django/commit/7051550346830a9ac58c192551900582ca93bf62 model_fields]
    10   * [https://github.com/brylie/django/commit/bf34e6190df549374cfec224e6ab91583bbefe6e nested_foreign_keys]
    11   * [https://github.com/brylie/django/commit/f12558b8b9db7f8a43f018c7735ade57ebaf2930 raw_query]
    12   * [https://github.com/brylie/django/commit/fa19d6014682fcd01f6014244f31685d02556900 utils_tests/test_http]
    13   * [https://github.com/brylie/django/commit/bdbcc5090719bfd9e57ef2f1ff7925e3dbed3a9c view_tests/tests/i18n]
     3  * [https://github.com/brylie/django/commit/e5fbf9087a0ea2e688e7fd351b174c88eba3e5a6 admin_custom_urls/tests.py]
     4  * [https://github.com/brylie/django/commit/b18def65987d7c4903ad00f84b1b42780b09a8d2 admin_views/tests.py]
     5  * [https://github.com/brylie/django/commit/0970cf6149b3f630a0c029b5decb904c5b3aab58 admin_widgets/tests.py]
     6  * [https://github.com/brylie/django/commit/2a935773f8c16c42f5a77ee208d7ac8d8b9f7a71 conditional_processing/tests.py]
     7  * [https://github.com/brylie/django/commit/4931cff49cd56ba8deb705f848f9b1aafb17a516 dispatch/tests/test_dispatcher.py]
     8  * [https://github.com/brylie/django/commit/e81b0cd48c7fdde48a62ae3727fc45f128b4bed2 generic_inline_admin/tests.py]
     9  * [https://github.com/brylie/django/commit/7051550346830a9ac58c192551900582ca93bf62 model_fields/tests.py]
     10  * [https://github.com/brylie/django/commit/bf34e6190df549374cfec224e6ab91583bbefe6e nested_foreign_keys/tests.py]
     11  * [https://github.com/brylie/django/commit/f12558b8b9db7f8a43f018c7735ade57ebaf2930 raw_query/tests.py]
     12  * [https://github.com/brylie/django/commit/fa19d6014682fcd01f6014244f31685d02556900 utils_tests/test_http/tests.py]
     13  * [https://github.com/brylie/django/commit/bdbcc5090719bfd9e57ef2f1ff7925e3dbed3a9c view_tests/tests/i18n/tests.py]
Back to Top