Timeline
05/15/2012:
- 16:05 Ticket #18323 (Date-based generic views mix dates and datetimes unsafely) created by
- Date-based generic views can use either a DateField or a …
- 15:05 Ticket #18314 (request.build_absolute_uri() functions incorrectly when the path ...) reopened by
- Pardon my resolving of the ticket.
- 14:37 Ticket #18217 (Date-based generic views use naive datetime objects) reopened by
- 14:30 Ticket #18314 (request.build_absolute_uri() functions incorrectly when the path ...) closed by
- fixed: I've attached the fix, but if it needs improvements, let me know and …
- 13:56 Ticket #18322 (Many django.contrib.sessions unit tests do not respect database ...) closed by
- wontfix: I'm sorry, but this technique doesn't work, for the reasons explained …
- 13:54 Ticket #18321 (generic_views unit tests are not respecting database feature ...) closed by
-
wontfix: MySQL, SQLite and Oracle have
support_timezones = False
because … - 13:24 Ticket #18322 (Many django.contrib.sessions unit tests do not respect database ...) created by
- Many django.contrib.sessions unit tests do not respect database …
- 13:11 Ticket #18321 (generic_views unit tests are not respecting database feature ...) created by
- Tests that specifically target timezone support, should be skipped if …
- 12:59 DevelopersForHire edited by
- (diff)
- 12:58 DevelopersForHire edited by
- (diff)
- 12:43 Ticket #18320 (Unit test ...) created by
-
For database backends with feature
can_return_id_from_insert = …
- 12:29 Ticket #18319 (test_runner.AutoIncrementResetTest should be skipped for mssql) created by
- test_runner.AutoIncrementResetTest should be skipped for mssql
- 12:19 Ticket #18318 (admin_scripts.tests.expected_query_re missing mssql quote characters) created by
- MSSQL quotes entities with square braces [] and not quotes.
- 12:11 Ticket #18317 (Raw sql in ...) created by
- MSSQL calls its user LENGTH function, LEN.
- 10:33 Ticket #18316 (settings.configure() does not apply LOGGING_CONFIG) created by
- settings.configure() does not call LOGGING_CONFIG: […] While …
- 10:16 Ticket #18315 (Document QueryDict.pop & popitem) created by
- All the 'regular' operations on QueryDict return a single value, with …
- 03:27 Signals edited by
- django-revertit added (diff)
- 03:08 Changeset [085c03e0]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Updated installation instructions. Django 1.5 requires Python 2.6 or …
- 02:54 Ticket #18019 (./manage.py testserver with in-memory sqlite database fails on 1.4) closed by
- fixed: In [bb4452f212e211bca7b6b57904d59270ffd7a503]: […]
- 02:23 Changeset [6bb85d98]stable/1.4.x by
- [1.4.x] Fixed #18019 -- Use threaded runserver only when database …
- 02:21 Changeset [bb4452f]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18019 -- Use threaded runserver only when database supports it.
05/14/2012:
- 15:50 Ticket #10890 (generic views archive_week and archive_day should have next/previous ...) closed by
- fixed: In [fcb09b5746192fea1b672346c915ee11e4120d7e]: […]
- 15:40 Changeset [fcb09b57]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10890: added prev/next_week in the context of per-week …
- 15:03 Ticket #17653 (using id = 0 on get_or_create) closed by
- fixed: It seems you are trying to save 0 to a ForeignKey which points to an …
- 14:29 Ticket #17653 (using id = 0 on get_or_create) reopened by
- 13:52 Ticket #17653 (using id = 0 on get_or_create) closed by
- fixed: Yes, you're seeing the expected behavior introduced by the patch, ie. …
- 13:44 Ticket #17653 (using id = 0 on get_or_create) reopened by
- I am now getting the error "The database backend does not accept 0 as …
- 13:25 Ticket #18314 (request.build_absolute_uri() functions incorrectly when the path ...) created by
- A request to: http://www.example.com:8080//django-ate-my-baby/ …
05/13/2012:
- 20:34 Ticket #18311 (en/dev/topics/auth/ - login.html syntax) closed by
- invalid: It isn't clear exactly which "sample" template you're referring to. …
- 20:17 DevelopersForHire edited by
- Add myself as developer-for-hire in Sweden (diff)
- 18:47 Ticket #18311 (en/dev/topics/auth/ - login.html syntax) created by
- This line in the sample registration/login.html files is throwing an …
- 07:30 Ticket #18226 (tutorial documentation starting admin (part II)) closed by
- invalid: The INSTALLED_APPS setting shows that you're using south; this means …
05/12/2012:
- 20:26 Ticket #18310 (Make named return URLs configurable) created by
- As of 1.4, The admin views have been modified to use named URLs …
- 16:55 Ticket #18309 (Prefetch related does not work for fkey to multitable inherited model) created by
- Using Django 1.4 with some latest prefetch related patches from trunk, …
- 16:04 Ticket #18308 (Tutorial needs "disable django.contrib.sites' instruction) closed by
- invalid: It's not necessary to disable sites to get the tutorial to work …
- 15:35 Changeset [bbb1258]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Replaced im_func and im_self by func and self. The new names …
- 13:37 Ticket #18308 (Tutorial needs "disable django.contrib.sites' instruction) created by
- If you're running Django 1.4 and follow the online tutorial …
- 12:58 Changeset [33ffd28d]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added missing relative imports in test files.
- 09:52 Ticket #14026 (Setting for TRANSACTION_LEVEL on db backends) reopened by
- This only works for MySQL. There should be a DB agnostic way of doing …
- 07:17 DjangoJobs edited by
- (diff)
- 07:00 Ticket #18307 (Git workflow guidelines) created by
- We are currently missing guidelines for how to work using Git, Github …
- 06:25 Ticket #18306 (Deferred models should automatically issue update_fields when saving) created by
- When saving a model fetched through deferred model loading (.only() or …
- 04:54 Ticket #18305 (force_update/force_insert not passed up the inheritance chain in .save()) created by
- When saving a model, the force_update and force_insert are not passed …
- 04:14 Signals edited by
- django-reversion is now hosted on GitHub. (diff)
- 04:03 Changeset [de79d23c]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Avoided test failure on MySQL by skipping a failing test MySQL …
- 03:58 Ticket #18304 (MySQL generates an unecessary select when updating inherited models) created by
- The reason is in !SQLUpdateCompiler.pre_sql_setup(): it checks if …
- 02:31 Ticket #4102 (Allow UPDATE of only specific fields in model.save()) closed by
- fixed: Fixed #4102 -- Allow update of specific fields in model.save() Added …
- 02:29 Changeset [365853d]stable/1.10.xstable/1.11.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #4102 -- Allow update of specific fields in model.save() Added …
- 00:48 Ticket #17697 (Implement a new property as list type (like extra_argument) into the ...) closed by
- needsinfo: Without code, I'm not sure what changes are requested by this ticket. …
Note: See TracTimeline
for information about the timeline view.