Changes between Version 167 and Version 168 of SprintIdeas
- Timestamp:
- Sep 20, 2007, 3:27:32 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SprintIdeas
v167 v168 116 116 * #5415 - Every SQL query should send a signal if possible 117 117 * confirm #2493 - Error "reset"ing app with self-referencing ForeignKey 118 * confirm #2549 - django.db.models.fill_table_cache will dead loop if with circular Foreign Keys119 118 * confirm #4609 (Content type names are not translated in Recent Actions listing) exists on newforms-admin 120 119 * is #4515 (django.views.static.serve() redirects (HTTP code 302) to the wrong location when the path to the static file is "normalized") still an issue? It may have been fixed incidentally with #987 … … 126 125 If you believe you've successfully dealt with a ticket, post it here so a core dev can have a look at it. 127 126 Please order by ticket ID. '''Note:''' Don't close the tickets until they've been checked in. 128 * #231 made various models.filefields honor max_length param129 127 * #285 (also #1516, #3414) handling SCRIPT_NAME and PATH_INFO in a manner which is mostly correct and mostly consistent across deployment scenarios 130 128 * #399 Bigint field object needed … … 173 171 * #5418 Add assertNoBrokenLinks() to test system 174 172 * #5419 Fuzz testing assertions created along with some documentation 175 * #5457 move permission checking to the auth backends.176 173 * #5475 Add a Luhn function for various localflavor usages (e.g. #3961) 177 174 * #5494 Fixed a bug in javascript message catalog search.