| 120 | | review #4076 - `Patch to Output Timezone in Date Fields for Atom Feeds` |
| 121 | | |
| 122 | | do #4223 - `Document how to create tests for Django framework itself` |
| 123 | | |
| 124 | | review #4091 - `Not able to get choices widget to auto selected="selected" on model_for_instance` |
| 125 | | |
| 126 | | #3961 refactorise Luhn function in za-localflavor and add tests |
| 127 | | |
| 128 | | #4036 implement Malcolm's ideas in es-localflavor |
| 129 | | |
| 130 | | #3988 Canadian localflavor needs tests and possibly a regex tweak |
| 131 | | |
| 132 | | #4092 implement a "missing option" in localflavor widgets |
| 133 | | |
| 134 | | #1028 Add more elements to the high-level RSS Framework. Note that #3502 has time-to-live. |
| 135 | | |
| 136 | | #3594 Javascript setlang bug (with proposed patch) needs tests, please implement and double-check the patch |
| 137 | | |
| 138 | | #4030 Enable auto-translation of language names |
| 139 | | |
| 140 | | #4094 databrowse calendars do not translate the month back to english resulting in an error |
| 141 | | |
| 142 | | #4692 write up some documentation about the required database permissions |
| 143 | | |
| 144 | | #4061 Document how to restrict access to databrowse, based on info in this ticket |
| 145 | | |
| 146 | | #3036 Fix some minor doctests errors |
| 147 | | |
| 148 | | #5264 Work out which version of Flup Django likes best |
| 149 | | |
| 150 | | do #4245 - `add documentation solving "permission denied" with start-project on OSX` |
| 151 | | |
| 152 | | #5394 - REDIRECT_FIELD_NAME should be configurable - update patch to match Adrian's suggestions. |
| 153 | | |
| 154 | | add unit tests and docs to #2539 - `Custom tags and filters can be restricted by namespace` |
| 155 | | |
| 156 | | #5389 - daily_cleanup.py looks to be broken after [6087] |
| | 120 | * review #4076 - `Patch to Output Timezone in Date Fields for Atom Feeds` |
| | 121 | * do #4223 - `Document how to create tests for Django framework itself` |
| | 122 | * review #4091 - `Not able to get choices widget to auto selected="selected" on model_for_instance` |
| | 123 | * #3961 refactorise Luhn function in za-localflavor and add tests |
| | 124 | * #4036 implement Malcolm's ideas in es-localflavor |
| | 125 | * #3988 Canadian localflavor needs tests and possibly a regex tweak |
| | 126 | * #4092 implement a "missing option" in localflavor widgets |
| | 127 | * #1028 Add more elements to the high-level RSS Framework. Note that #3502 has time-to-live. |
| | 128 | * #3594 Javascript setlang bug (with proposed patch) needs tests, please implement and double-check the patch |
| | 129 | * #4030 Enable auto-translation of language names |
| | 130 | * #4094 databrowse calendars do not translate the month back to english resulting in an error |
| | 131 | * #4692 write up some documentation about the required database permissions |
| | 132 | * #4061 Document how to restrict access to databrowse, based on info in this ticket |
| | 133 | * #3036 Fix some minor doctests errors |
| | 134 | * #5264 Work out which version of Flup Django likes best |
| | 135 | * do #4245 - `add documentation solving "permission denied" with start-project on OSX` |
| | 136 | * #5394 - REDIRECT_FIELD_NAME should be configurable - update patch to match Adrian's suggestions. |
| | 137 | * add unit tests and docs to #2539 - `Custom tags and filters can be restricted by namespace` |
| | 138 | * #5389 - daily_cleanup.py looks to be broken after [6087] |
| | 139 | * #5418 - Add assertNoBrokenLinks() to test system |
| | 140 | * #5416 - Add assertNumQueries() to testing framework |
| | 141 | * #5415 - Every SQL query should send a signal if possible |