Timeline
06/29/2012:
- 18:56 Ticket #18543 (Non image file can be saved to ImageField) created by
- https://docs.djangoproject.com/en/dev/ref/models/fields/#imagefield …
- 12:35 Ticket #18539 (Django 1.4 - Can't get admin page to display) closed by
- invalid: Works for me - tested in Django 1.4 with a brand new project. It's …
- 12:25 Ticket #18542 (Intermittent unhandled exception when killing runserver) created by
- Starting from a brand new django 1.4 project with no user code, I …
- 11:02 Ticket #18541 (Infinite Lock With Caching Backend) created by
-
Basically, if you try to cache an object with a
__getstate__
… - 10:29 DjangoJobs edited by
- (diff)
- 08:44 Ticket #18540 (Improve Model flexibility by allowing a custom Options class) closed by
- wontfix: The big problem is that the whole Options (Model._meta) is private …
- 08:11 Ticket #18528 (Field.value_to_string documentation broken) closed by
- fixed: In [b9ecbedb31375a887d100ccf550a091c8d5d4fd7]: […]
- 08:11 Changeset [d92c38a]stable/1.4.x by
- [1.4.x] Fixed #18528 -- Fixed custom field value_to_string example …
- 08:10 Changeset [b9ecbedb]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 #18528 -- Fixed custom field value_to_string example Thanks …
- 07:24 Ticket #18540 (Improve Model flexibility by allowing a custom Options class) created by
- For example, if I want to specify that my model has custom …
- 07:12 Ticket #18539 (Django 1.4 - Can't get admin page to display) created by
- http://blog.mourino.net/2011/12/15/django-site-matching-query-does-not- …
06/28/2012:
- 18:02 Ticket #2384 (Changing TEMPLATE_STRING_IF_INVALID breaks Admin Interface display of ...) closed by
- fixed: We basically gave up attempting to fix this bug. Because no-one ever …
- 16:17 Ticket #18538 (type(SimpleLazyObject) returns SimpleLazyObject rather than type(_wrapped)) created by
- In 1.4 we introduced request.user as a SimpleLazyObject. This has …
- 13:59 Ticket #18537 (Error in calculation of check digit in ARCUITField) created by
- There is a bug in the calculation of check digit on forms.py from …
- 11:04 Ticket #11449 (Performance regression loading from fixtures in 1.1 & trunk) closed by
- wontfix: Here are the benchmark results on my machine: ||1.0 || 16s || ||1.1 …
- 10:31 Ticket #18536 (BRPhoneNumberField: Telephone numbers with area code 11 must start ...) created by
- Until last year all telephone numbers in Brazil should have had the …
- 10:18 Changeset [54b1519d]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 a formatting issue in the CBV docs.
- 09:31 Ticket #15197 (yaml serialization to HttpResponse fails) closed by
- fixed: In [26cb227cfe42d2500eac62dc0d90fb5227b275b3]: […]
- 09:29 Changeset [26cb227]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 #15197 -- Fixed yaml serialization into HttpResponse Thanks …
- 09:25 Ticket #17996 (Multi-table inheritance can lead to exceptions in the admin) closed by
- invalid: Errors resulting from submitting invalid urls are normally delegated …
- 08:49 Ticket #18535 (help) closed by
- invalid: See: TicketClosingReasons/UseSupportChannels
- 08:49 Ticket #18534 (help me) closed by
- invalid: See: TicketClosingReasons/UseSupportChannels
- 08:39 Ticket #18535 (help) created by
- Traceback (most recent call last): File "manage.py", line 14, in …
- 08:38 Ticket #18534 (help me) created by
- Traceback (most recent call last): File "manage.py", line 14, in …
- 07:17 Ticket #18036 (GIS deployment documentation contains obsolete links to django admin ...) closed by
- fixed: In [4f53e77f0720bd4d74b1b08857db8f7d32c65008]: Fixed #18036 -- …
- 07:16 Ticket #18306 (Deferred models should automatically issue update_fields when saving) reopened by
- Sorry, wrong ticket number in commit message.
- 07:14 Ticket #18306 (Deferred models should automatically issue update_fields when saving) closed by
- fixed: In [4f53e77f0720bd4d74b1b08857db8f7d32c65008]: […]
- 06:42 Changeset [4f53e77f]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 #18306 -- Removed most of GeoDjango-specific deployment docs
- 06:38 Ticket #2384 (Changing TEMPLATE_STRING_IF_INVALID breaks Admin Interface display of ...) reopened by
- Well, that doesn't actually fix the problem, it just documents it. In …
- 06:08 Ticket #16208 (natural key YAML deserialization using non-list natural keys broken ...) closed by
- invalid: I think that the issue here is due to the natural key not being …
- 05:30 Ticket #18532 (Mark when instance is loaded from database for pre-/post-init receivers.) closed by
- wontfix: Could you provide an use-case? I have been wondering if the …
- 05:26 Ticket #18533 (makemessages command fails on windows) created by
- Following the direction for i18n using gettext, I've installed gettext …
- 05:09 Ticket #18532 (Mark when instance is loaded from database for pre-/post-init receivers.) created by
- There is no way to find out if instance exists in database until …
- 03:49 Changeset [8a5d1a6]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 obsolete links in the documentation
- 03:06 Ticket #18531 (Remove obsolete geo sitemaps) created by
- It appears that Google doesn't support Geo sitemaps any longer. * …
06/27/2012:
- 21:37 Ticket #18530 (Inconsistent error handling on admin filter url's) created by
- This probably isn't officially supported but there is a curious change …
- 17:56 Changeset [9014b138]stable/1.4.x by
- [1.4.X] Fixed #17511 - Removed reference to deprecated "reset" …
- 17:55 Ticket #17511 (FAQ mentions deprecated "reset") closed by
- fixed: In [c8928b91b515c0712bdb633c1d1b2656b80baff8]: […]
- 17:54 Changeset [c8928b9]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 #17511 - Removed reference to deprecated "reset" management …
- 17:43 Changeset [3631a028]stable/1.4.x by
- [1.4.X] Fixed #18369 - Fixed argument name in render() function; …
- 16:43 Ticket #18369 (Documentation error with django.shortcuts.render() function) closed by
- fixed: In [1cf8287e3a6f252b79e9b9a8f945f11a92e17cd5]: […]
- 16:40 Changeset [1cf8287e]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 #18369 - Fixed argument name in render() function; thanks …
- 11:14 Ticket #18527 (https://docs.djangoproject.com/en/dev/topics/class-based-views/generic- ...) closed by
- fixed: In [ada961b0d20cc31c6d414b556ba2dafb4e73c406]: […]
- 11:13 Changeset [ada961b0]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 #18527 -- Removed superfluous backslash in CBV docs Thanks …
- 10:36 Ticket #18528 (Field.value_to_string documentation broken) created by
- See …
- 10:30 Ticket #18527 (https://docs.djangoproject.com/en/dev/topics/class-based-views/generic- ...) created by
- https://docs.djangoproject.com/en/dev/topics/class-based-views/generic- …
- 10:24 Ticket #18526 ({% with %} template tag shows strange behaviour if ...) created by
- The value that should be assigned to a new one using the with …
- 07:53 Ticket #18524 (Create MinifyHTMLMiddleware) closed by
- wontfix: This can modify the semantic of the HTML. Spaces between inline …
- 06:35 Ticket #18525 (unique should be True by default on SlugField instead of False.) closed by
- wontfix: Even if this were not backwards incompatible, it doesn't strike me as …
- 06:02 Ticket #18525 (unique should be True by default on SlugField instead of False.) created by
- Perhaps it's just me, but I've very rarely wanted a SlugField that …
- 05:32 DjangoJobs edited by
- (diff)
- 03:20 Ticket #18524 (Create MinifyHTMLMiddleware) created by
- We need a simple middleware that would compactify all the pages before …
- 02:36 Ticket #18523 (Add getvalue to HttpResponse) created by
- The HttpResponse object can almost be used as another stream object. …
06/26/2012:
- 23:34 Ticket #18522 (Incosistencies and redundant checks in wizard view) created by
- Redundant check in the post method: file: …
- 21:45 Changeset [24dec9ed]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
- Add reST role to templates named in some view docs. This makes the …
- 21:43 Ticket #18521 (Add appropriate reST role to templates named in view docs) created by
- Django ships with views that document the template used, but which do …
- 20:58 Ticket #18520 (forms.ImageField loads entire file into memory, crashes server) created by
- The built-in ImageField (django.forms.ImageField) performs a couple of …
- 18:36 PythonPath created by
- 12:00 Ticket #18519 (DateField ignores DATE_INPUT_FORMATS (because get_format ignores it)) created by
- DateFields in forms do not have their behaviour altered by the setting …
- 11:42 Ticket #18465 (Date and Timestamp formats for Oracle Backend incorrect with Oracle ...) closed by
- fixed: In [fa182e8ae82f33764d5e1f70bcd45899e1bf17e6]: […]
- 11:39 Changeset [fa182e8a]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 #18465 -- Set date formats correctly on Oracle Correctly …
- 11:37 Ticket #18518 (wsgi.py does not overwrite DJANGO_SETTINGS_MODULE in apache prefork) closed by
- wontfix: There is a reason to try to avoid overwriting the environment variable …
- 11:20 Ticket #18515 (Problematic validation code in FileField) closed by
- fixed: In [05d333ba3bb16af024c11966d2072de38fe9f82f]: […]
- 11:18 Changeset [05d333ba]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 #18515 -- Conditionally regenerated filename in FileField …
- 10:55 DjangoJobs edited by
- Added note about deleting old entries. (diff)
- 10:22 Ticket #17485 (Queries with both deferred fields and select_related defer field.name ...) closed by
- fixed: In [b6c356b7bb97f3d6d4831b31e67868313bbbc090]: […]
- 10:08 Changeset [b6c356b7]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 #17485 -- Made defer work with select_related This commit …
- 08:43 Ticket #7145 ('NoneType' object has no attribute 'year' in admin change list when ...) reopened by
- is ind 1.4
- 08:01 Ticket #18518 (wsgi.py does not overwrite DJANGO_SETTINGS_MODULE in apache prefork) created by
- The wsgi.py Django WSGI application shipped with Django 1.4 contains …
- 07:45 Ticket #16964 (FileField files can't be opened in write mode if not closed before) closed by
- duplicate: Duplicate of #13809
- 07:15 Ticket #13314 ("FileField" validation does not account for "upload_to" when counting ...) closed by
- duplicate: Duplicate of #9893.
- 06:22 DjangoJobs edited by
- Added a page outline to make it easier to navigate page. (diff)
- 04:55 Ticket #18517 (URLField does not support url with underscore) closed by
- wontfix: The Django URLValidator is aiming to check if URLs are valid according …
- 03:22 Ticket #18517 (URLField does not support url with underscore) created by
- if your url has a '_' in it, like this: * …
- 02:50 Ticket #18516 (NoReverseMatch error when following authentication tutorial) closed by
- invalid: You're most likely using the docs for the development version of …
- 02:38 Ticket #18516 (NoReverseMatch error when following authentication tutorial) created by
- Page: https://docs.djangoproject.com/en/dev/topics/auth/ Fix: no …
Note: See TracTimeline
for information about the timeline view.