Timeline
04/09/2010:
- 21:14 DevelopersForHire edited by
- added design divine to Polands django developers for hire (diff)
- 20:02 Ticket #13316 (AuthenticationForm shouldn't prefill user's password on failure) created by
- contrib.auth.forms.AuthenticationForm should be passing …
- 17:18 Ticket #13315 (Backwards-incompatible changes for GeoDjango not documented (e.g., ...) created by
- The django.contrib.gis.db.backend.postgis.adaptor.PostGISAdaptor class …
- 16:42 Ticket #13314 ("FileField" validation does not account for "upload_to" when counting ...) created by
- I have a model with a FileField object: […] And I have a view …
- 15:51 Changeset [f4eac3d]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Minor documentation tweaks for GeoDjango, including addition of link …
- 15:20 Ticket #13312 (Add a way to customize the order_by() of null fields) closed by
- wontfix: I think this is one of those cases where we really just have to tell …
- 14:33 Ticket #13313 (Custom Default Manager with extra __init__ arguments fails if model is ...) created by
- Suppose I have the following classes: […] This is all well and …
- 12:58 Ticket #13312 (Add a way to customize the order_by() of null fields) created by
- Applying order_by on null=True fields gives different results on mysql …
- 12:32 Ticket #12986 (SelectDateField doesn't repost data when USE_L10N = True and ...) reopened by
- Please don't close tickets that haven't been fixed in trunk.
- 11:51 Ticket #12986 (SelectDateField doesn't repost data when USE_L10N = True and ...) closed by
- fixed
- 08:24 Changeset [040c18b1]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13309 -- Ensure that delete() deletes everything it should …
- 08:24 Ticket #13309 (Queryset.delete() only works if there are less than CHUNKSIZE models ...) closed by
- fixed: (In [12941]) Fixed #13309 -- Ensure that delete() deletes everything …
- 08:10 Ticket #13308 (dumpdata doesn't honor router information) closed by
- fixed: (In [12940]) Fixed #13308 -- Ensured that dumpdata correctly interacts …
- 08:08 Changeset [7b476096]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13308 -- Ensured that dumpdata correctly interacts with router …
- 07:39 Changeset [e9bbdb3]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13293 -- Corrected a problem with the MySQL handling of boolean …
- 07:39 Ticket #13293 (r12900 breaks extra() with additional select clauses (Only applies to ...) closed by
- fixed: (In [12939]) Fixed #13293 -- Corrected a problem with the MySQL …
- 06:07 Changeset [056c940f]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13304 -- Updated auth decorators so they can be used with …
- 06:07 Ticket #13304 (django.contrib.auth.decorators don't work with callable objects) closed by
- fixed: (In [12938]) Fixed #13304 -- Updated auth decorators so they can be …
- 05:52 Ticket #13296 (order_with_respect_to fails to correctly track _order after deleting ...) reopened by
- Sorry for being unclear I didn't mean for this to be taken as an issue …
- 02:04 Ticket #13311 (Template Tag modules that raise an ImportError are difficult to debug) created by
- I have several template tag libraries that I register using the …
- 00:58 Ticket #13306 (Umlaut gets currupted using django shell) closed by
- invalid: This is a Python bug: http://bugs.python.org/issue1288615 It does not …
- 00:16 Ticket #13310 (RESTRUCTUREDTEXT_FILTER_SETTINGS is undocumented) created by
- http://code.djangoproject.com/browser/django/trunk/django/contrib/marku …
04/08/2010:
- 22:49 Ticket #13309 (Queryset.delete() only works if there are less than CHUNKSIZE models ...) created by
- It seems revision [12912] broke deleting a whole queryset when the …
- 21:57 Ticket #13296 (order_with_respect_to fails to correctly track _order after deleting ...) closed by
- worksforme: I can't reproduce this - or for the most part, even work out what is …
- 21:40 Ticket #13308 (dumpdata doesn't honor router information) created by
- Reported by wizard_2/Francis on django-users: loaddata uses …
- 20:07 Ticket #13300 (Collapsable fieldsets broken in StackedInline) closed by
- worksforme: I think this may have been fixed by r12937. Here's my test case …
- 19:34 Ticket #13303 (legacy import code to support 2.3 in runtests.py) closed by
- wontfix: The policy we've been taking here is to remove these calls when we're …
- 18:23 Ticket #13307 (documentation for 'Generic relations in forms and admin' is incorrect, ...) created by
- Here: …
- 17:25 Ticket #13305 (date-filter doesn't use correct fallback with USE_L10N) closed by
- worksforme: This is documeted behavior, from the relevant docs at …
- 17:01 Ticket #13306 (Umlaut gets currupted using django shell) created by
- I've detected some strange behavior using django shell (./manage.py …
- 16:55 Ticket #13305 (date-filter doesn't use correct fallback with USE_L10N) created by
- Currently the date filter doesn't respect the DATE_FORMAT as provided …
- 16:07 Ticket #13304 (django.contrib.auth.decorators don't work with callable objects) created by
- Related to #13093 also the auth decorators stopped working with …
- 15:52 Ticket #13303 (legacy import code to support 2.3 in runtests.py) created by
- While examining the Django test suite my colleague pointed out that …
- 14:03 Ticket #13302 (fatal lock up on compile of template with {% url ... %}) closed by
- duplicate: Dupe of #13275.
- 13:42 Ticket #13302 (fatal lock up on compile of template with {% url ... %}) created by
- […] django-trunk@12937 using 12811 it behaves normally when I …
- 12:34 Ticket #13301 (Wrong capitalization in result_headers' texts) created by
-
The
title
-- orcapfirst
-- formatting (used in … - 12:11 Ticket #13300 (Collapsable fieldsets broken in StackedInline) created by
- When a StackedInline item's extra = 0, the Show/Hide toggle link …
- 12:07 Ticket #13299 (Handicapped objects passed to models signals during loaddata) created by
- The documentation: …
- 09:54 Ticket #13298 (Test admin_views.ReadonlyTest.test_readonly_get is broken) created by
- The number of "input" occurrences has increased through the addition …
- 06:51 Ticket #13297 (Cannot specify 'pk' in model default ordering) created by
- I wanted to make an explicit default ordering over a model's primary …
- 06:18 Ticket #13296 (order_with_respect_to fails to correctly track _order after deleting ...) created by
- When using a model that orders itself with respect to another entry …
- 06:11 Ticket #13294 (Worked in full.html into Notifications application) closed by
- invalid: This is the tracker for Django, not Django notifications or any other …
- 05:35 Ticket #13295 (Add a Meta.sequence option to models) created by
- PostgreSQL users need to be able to override the name of the serial …
- 05:10 Ticket #13294 (Worked in full.html into Notifications application) created by
- Django notifications 0.1.4 has the basic plumbing to send HTML emails …
- 04:26 Ticket #13293 (r12900 breaks extra() with additional select clauses (Only applies to ...) created by
- [12900] breaks the following query: […] LENGTH(_cached_url) is …
- 03:18 Ticket #13292 (An option to turn off CSRF for REST requests) closed by
- invalid
- 02:57 Ticket #13292 (An option to turn off CSRF for REST requests) created by
- http://stackoverflow.com/questions/2405353/having-a-postable-api-and-dj …
04/07/2010:
- 23:07 Ticket #13291 (Allow `color_style()` and `parse_color_setting()` to be used with ...) created by
- I want to add new roles and change the default terminal colours that …
- 19:00 Ticket #13290 (dependency on external jar file for admin js minification needs better ...) created by
- In revision [12371] jezdez added …
- 18:37 Tickets #9264,9784,9983,13068 batch updated by
- fixed: (In [12937]) Fixed #13068, #9264, #9983, #9784 - regression with …
- 18:37 Changeset [736b751]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13068, #9264, #9983, #9784 - regression with pre-populated …
- 15:59 Ticket #13289 (datetime filter) closed by
-
fixed: Yo can pass Python
datetime
s to thedate
filter, and if you use a … - 14:27 Ticket #13289 (datetime filter) created by
- In addition to the date filter which by default formats to …
- 12:54 DjangoResources edited by
- (diff)
- 12:42 Ticket #5350 (urlresolvers: Fallback, if urls.py don't have handle404 and friends) reopened by
- Erg, silly trac.
- 12:42 Ticket #5350 (urlresolvers: Fallback, if urls.py don't have handle404 and friends) closed by
- fixed: +1, I just got bitten by it as well. As a matter of habit, I remove …
- 12:13 Ticket #9437 (OperationalError under fastcgi when maxrequests=1 is set) reopened by
- 11:22 Ticket #13288 ('Community' page double-escapes entities) created by
- When I go to http://www.djangoproject.com/community/, some summaries …
- 11:06 Charts edited by
- reportlab website changed from .org to .com (.org was dropped recently) (diff)
- 10:31 Ticket #13287 (Documentation about {% url %} arguments still mentions comma separation) created by
- Until 1.2 the {% url %} aditional arguments to the URL was a comma …
- 05:28 Ticket #13286 (need hindi translation) closed by
- wontfix: The convention for translations is to open a ticket when you *provide* …
- 05:04 Ticket #13286 (need hindi translation) created by
04/06/2010:
- 20:13 Ticket #13285 (Generic views call populate_xheaders, which breaks caching) reopened by
- Apologies - I got myself confused here. Original reporter was correct …
- 19:59 Ticket #13285 (Generic views call populate_xheaders, which breaks caching) closed by
- duplicate: I'm going to close this as a dupe of #13283; I know the presentation …
- 18:01 SchemaEvolution edited by
- this page is highly subjective (diff)
- 17:23 Ticket #13285 (Generic views call populate_xheaders, which breaks caching) created by
- Many of the Django generic views (as well as the flatpage view) call …
- 14:41 Ticket #13284 (Model validation requires that ForeignKey be unique ...) closed by
- invalid: It's not clear what bug you are reporting. The change was a …
- 14:37 Ticket #11683 (response_add assumes DEFAULT_CONTENT_TYPE is text/html for ...) closed by
- duplicate: I'm closing this as a duplicate of #5704
- 13:12 Ticket #13284 (Model validation requires that ForeignKey be unique ...) created by
- This was changed in [12756] for #11702. As stated in the description …
- 12:52 Ticket #13283 (CACHE_MIDDLEWARE_ANONYMOUS_ONLY kills anonymous caching efficiency) created by
- The …
- 12:04 Emacs edited by
- Asking for indentation elisp functions for django (diff)
- 11:33 Ticket #13282 (Document patch: WEEK_DAY should start from 0, not 1) created by
- Confirmed with postgresql
- 09:35 Ticket #13099 (Documentation: Second exclude example is incorrect) closed by
-
fixed: (In [12936]) Fixed #13099 - incorrect SQL for
exclude()
example … - 09:35 Changeset [97b9c758]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #13099 - incorrect SQL for
exclude()
example Thanks to … - 09:33 Changeset [b2ecfe84]stable/1.1.x by
- [1.1.X] Fixed #13270 - typos in documentation Thanks to cmbeelby …
- 09:18 Ticket #13270 (Fixed Typo In Documentation) closed by
- fixed: (In [12934]) Fixed #13270 - typos in documentation Thanks to cmbeelby …
- 09:18 Changeset [520ce1ba]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13270 - typos in documentation Thanks to cmbeelby for the …
- 08:04 Ticket #2140 (short_description in admin for get_absolute_url doesn't work due to ...) closed by
- fixed: Fixed by r12766/r12767.
- 08:03 Ticket #13278 (Admin: short_description for get_absolute_url don't work) closed by
- duplicate: This behavior was likely due to #11891. short_description for …
- 07:30 Ticket #13281 (readonly_fields from auth admin user/group panel) closed by
- duplicate: Adding the ability to have a read-only role in the admin is a …
- 07:22 Changeset [0819c291]stable/1.1.x by
- Fixed test failure that was occurring since r12909 The tests were …
- 07:18 Changeset [21236fa]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed test failure that was occurring since r12908 The tests were …
- 06:59 Changeset [c65dd48]stable/1.1.x by
- [1.1.X] Fixed #13035 - Incorrect documentation regarding admin and …
- 06:52 Changeset [f7814cdf]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13035 - Incorrect documentation regarding admin and default …
- 06:52 Ticket #13035 (Wrong documentation for admin and default managers) closed by
- fixed: (In [12930]) Fixed #13035 - Incorrect documentation regarding admin …
- 06:11 Ticket #13281 (readonly_fields from auth admin user/group panel) created by
- since there is a field called readonly_fields why there is no option …
- 06:05 Changeset [c3bc648]stable/1.1.x by
- [1.1.X] Fixed #13268 - 'ForeignKeyField' in topics/db/queries.txt …
- 05:54 Changeset [671f848d]soc2010/app-loadingsoc2010/query-refactorsoc2010/test-refactorstable/1.10.xstable/1.11.xstable/1.2.xstable/1.3.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13268 - 'ForeignKeyField' in topics/db/queries.txt Thanks …
- 05:54 Ticket #13268 (ForeignKey is called ForeignKeyField in topics/db/queries.txt) closed by
- fixed: (In [12928]) Fixed #13268 - 'ForeignKeyField' in topics/db/queries.txt …
- 05:05 Ticket #13280 (postgresql exclude issue) created by
- Hello. Sorry, I can't make simple testcase for my issue, so I'll …
- 02:07 Ticket #13279 (Documentation that needs a small expansion) created by
- This issue relates to this page: …
- 01:57 Ticket #13278 (Admin: short_description for get_absolute_url don't work) created by
- I have 'get_absolute_url' field in 'list_display' property of my …
Note: See TracTimeline
for information about the timeline view.