Timeline
01/12/2011:
- 23:33 DjangoFriendlyWebHosts edited by
- (diff)
- 23:24 DjangoJobs edited by
- (diff)
- 23:24 DjangoJobs edited by
- Added a Django Job for Australia (diff)
- 22:59 Changeset [857b49d]stable/1.2.x by
- [1.2.X] Fixed #13668 -- Corrected database router methods invocation …
- 22:11 Ticket #13668 (ManyToManyField passes ModelBase to router.db_for_write) closed by
- fixed: (In [15185]) Fixed #13668 -- Corrected database router methods …
- 22:11 Changeset [e1ede214]stable/1.10.xstable/1.11.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 #13668 -- Corrected database router methods invocation for …
- 21:16 Ticket #15069 (ValidationError message isn't helpful in tracking down the field that ...) created by
- raise exceptions.ValidationError(self.error_messagesinvalid?) [Wed …
- 21:13 Changeset [4d2708ff]stable/1.2.x by
- [1.2.X] Fixed #15024 -- Ensure that choice of L10N format module used …
- 21:02 Changeset [fd12e3b2]stable/1.10.xstable/1.11.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 #15024 -- Ensure that choice of L10N format module used is …
- 21:02 Ticket #15024 (The order of the list returned by ...) closed by
- fixed: (In [15183]) Fixed #15024 -- Ensure that choice of L10N format module …
- 20:12 Ticket #15068 (initial_data fixtures using natural keys fail in tests with multiple ...) created by
- If a fixture using natural keys is referenced before that database is …
- 20:09 Ticket #15067 (base36_to_int returns a long in certain situations) created by
-
django.utils.http.base36_to_int
uses theint()
cast, which … - 18:15 Changeset [0a0472f]stable/1.2.x by
- [1.2.X] Fixed #14951 -- Made the unique_for_{date,month,year} model …
- 18:02 Ticket #15062 (r14389 breaks getattr on Manager subclasses) closed by
- worksforme: I have followed this as exactly as I could, with a new project, and …
- 17:59 Changeset [0e49b8b8]stable/1.2.x by
- [1.2.X] Fixed #11434 -- Corrected style of arrow buttons located at …
- 17:57 Changeset [9846fee]stable/1.2.x by
- [1.2.X] Fixed #11414 -- Made sure the calendar and clock popup windows …
- 17:54 Changeset [10ca44ba]stable/1.2.x by
- [1.2.X] Fixed #11124 -- Expanded docstrings of the ModelAdmin …
- 17:30 Changeset [1c56af67]stable/1.10.xstable/1.11.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
- Added tests demonstrating that filtering lookup expression that …
- 17:25 Ticket #15032 (Changeset 15031 breaks filtering to objects which are subclassed.) closed by
- fixed: (In [15177]) [1.2.X] Fixed #15032 -- Replaced 1.2.X implementation of …
- 17:25 Changeset [90be6ca2]stable/1.2.x by
- [1.2.X] Fixed #15032 -- Replaced 1.2.X implementation of admin …
- 17:24 Ticket #15066 (GzipMiddleware does not work with generator-created responses) created by
- With a response like […] and a HTTP 200 status code, the …
- 14:46 Ticket #15065 (Installing django.contrib.gis causes all configured databases to use ...) closed by
- invalid: User error: we were using the short form engine (postgresql_psycopg2) …
- 14:45 Changeset [703dc82]stable/1.1.x by
- [1.1.X] Fixed #14999 -- Ensure that filters on local fields are …
- 14:19 Ticket #15065 (Installing django.contrib.gis causes all configured databases to use ...) created by
- When using multiple databases, it is sometimes desirable to configure …
- 14:06 Ticket #15064 (DJANGO_SETTINGS_MODULE doesn't work with runserver) created by
- The help for --settings claims that one can use DJANGO_SETTINGS_MODULE …
- 13:38 Ticket #15063 (multi_db flag on TestCase causes invalid error reporting when loading ...) created by
- When setting multi_db = True on a test case you may encounter aliases …
- 11:19 Ticket #15062 (r14389 breaks getattr on Manager subclasses) created by
- I've been using Simon Willison's …
- 10:34 Ticket #15047 (missing the "%(sel)s of %(cnt)s selected" str on translate) closed by
- invalid: chatting with cramm ( es-AR translator) show the point the str not …
- 10:13 Ticket #15061 (Remove redundant code in ModelFormMixin) created by
- ModelFormMinix inherits from FormMinix, and overrides the …
- 09:31 Ticket #15060 (csrftoken cookie not being sent over SSL) closed by
- worksforme: SESSION_COOKIE_SECURE should not be used for CSRF cookies, since there …
- 07:39 Changeset [f544d988]stable/1.10.xstable/1.11.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
- 2 small optimizations: a) move an import out of a function, b) remove …
- 04:15 Ticket #15060 (csrftoken cookie not being sent over SSL) created by
- SESSION_COOKIE_SECURE setting is not being used for the csrftoken, …
- 03:58 Ticket #15059 (Additional Documentation for the objects in the admin templates) created by
- Hi, I've being trying to override the admin template for change_list …
- 01:44 Ticket #15058 (sys.path.append()) created by
- I was struggling with getting WSGI up until I found the following: If …
01/11/2011:
- 22:16 Ticket #15057 (Improve docs regarding template variable lookups.) created by
- The behaviour of template variable lookups changed in [14992]. This …
- 19:45 Ticket #15051 (django.test.reorder_suite isn't a stable sort) closed by
- wontfix: Unit tests, by definition, can be run in any order. If you have tests …
- 19:01 Ticket #15053 (Make templates more reusable by Improving template loading algorithm ...) closed by
- duplicate: Basically, this is a duplicate of #8158. I agree that the best …
- 18:03 Ticket #15056 ('NoneType' object is not callable (smart_unicode is None)) created by
- Running locally in debug mode When I add an object, I get this …
- 13:50 Ticket #15055 (Forms documentation neglects csrf token) created by
- http://docs.djangoproject.com/en/1.2/topics/forms/#displaying-a-form-us …
- 13:36 Ticket #15054 (ContentTypes and proxied models) created by
- An interesting and useful usage of proxy models and ContentTypes is …
- 13:09 Ticket #15053 (Make templates more reusable by Improving template loading algorithm ...) created by
- Many times when we use a django application we need to adapt it a …
- 10:35 Ticket #13588 (removing admin.root as per deprecation policy) closed by
- fixed: The four commits referenced (r14138, r14209, r14412, r14672) have …
- 07:46 Ticket #15052 (Incorrect docstring in DayMixin) created by
-
The
get_day_format()
docstring reads […] when it should say … - 07:14 Ticket #15051 (django.test.reorder_suite isn't a stable sort) created by
- I have run into cases where tests must run in a specific order (ie. if …
- 06:50 Ticket #15050 (FormWizard URLConf documentation misleading) created by
- The documentation suggests the following way to plug a FormWizard into …
- 05:52 Ticket #13719 (blocktrans in Django 1.2 doesn't work any more) closed by
- invalid: I've just tested this (with code in the 1.2.X maintenance branch) just …
- 03:48 DevelopersForHire edited by
- (diff)
- 01:36 Ticket #13719 (blocktrans in Django 1.2 doesn't work any more) reopened by
- 01:05 Ticket #15049 (Using annotation before and after filter gives wrong results) created by
- Basically: […] Generates this SQL: […] Which uses the same …
01/10/2011:
- 20:00 Ticket #14491 (ability to place inlines between fieldsets in admin) closed by
- duplicate: I'm going to close this ticket as a duplicate of #4848 adding a link …
- 19:03 Changeset [b28756bb]stable/1.2.x by
- [1.2.X] Fixed #11293 -- fixed using Q objects to generate ORs with …
- 19:00 Ticket #11293 (Filters on aggregates lose connector) closed by
- fixed: (In [15173]) Fixed #11293 -- fixed using Q objects to generate ORs …
- 19:00 Changeset [29de7ee9]stable/1.10.xstable/1.11.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 #11293 -- fixed using Q objects to generate ORs with aggregates. …
- 18:30 Changeset [52999af]stable/1.2.x by
- [1.2.X] Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks …
- 18:29 Changeset [1b90cdc]stable/1.10.xstable/1.11.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 #15045 - Typo auto_add_now -> auto_now_add; thanks dr_gone for …
- 18:29 Ticket #15045 (auto_now_add is also referred to as auto_add_now) closed by
- fixed: (In [15171]) Fixed #15045 - Typo auto_add_now -> auto_now_add; thanks …
- 16:07 Ticket #15048 (Test failing on Python 2.4 since year 2011 :)) created by
- Test test …
- 13:51 SchemaEvolution edited by
- Fixed typo: orthoganol → orthogonal (diff)
- 13:48 SchemaEvolution edited by
- Fixed numbered list formatting in "Proposal" section. (diff)
- 12:08 Ticket #15047 (missing the "%(sel)s of %(cnt)s selected" str on translate) created by
- when i run xgettext -d djangojs -L Perl --keyword=gettext_noop …
- 09:57 DjangoResources edited by
- added new Django JavaScript Integration book (diff)
- 08:10 Ticket #15044 (recent security fix for admin filters breaks filters, related to inheriting) closed by
- duplicate: Already reported, see ticket #15032
- 07:58 Ticket #15046 ("chromeframe" should be added as an alias for "MSIE" in IE fixes ...) created by
- Chromeframe is an extension for Internet Explorer allowing it to use …
- 07:45 Changeset [663eb965]stable/1.2.x by
- [1.2.X] Fix wrong attribute name in [15156]. Thanks to Alex Gaynor for …
- 07:44 Changeset [ea774bf]stable/1.10.xstable/1.11.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
- Fix wrong attribute name in [15156]. Thanks to Alex Gaynor for …
- 04:21 Ticket #15045 (auto_now_add is also referred to as auto_add_now) created by
- The note near DateField.auto_now_add …
- 02:28 Ticket #15044 (recent security fix for admin filters breaks filters, related to inheriting) created by
- Since r15031, filters are broken in several of my Django apps. Closing …
- 02:15 Changeset [937548b]stable/1.10.xstable/1.11.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 #15043 -- Updated the login function to send the user_logged_in …
- 02:15 Ticket #15043 (user_logged_in signal should be sent after session changes) closed by
- fixed: (In [15168]) Fixed #15043 -- Updated the login function to send the …
01/09/2011:
- 23:29 Ticket #15043 (user_logged_in signal should be sent after session changes) created by
-
Currently the
user_logged_in
signal is sent before the session is … - 18:10 Ticket #15032 (Changeset 15031 breaks filtering to objects which are subclassed.) reopened by
- 17:30 Ticket #15042 (1.2.4 regression: send_mail doesn't access email recipient with no domain) created by
- Sending email using django.core.mail.send_mail fails to send to an …
- 15:13 Ticket #15041 (Test that the spaceless tag behaves well wrt escaping) created by
- Add some unit tests for the spaceless tag with escapable content.
- 15:03 Ticket #14818 (cycle tag is not safe) reopened by
- I have uploaded a new patch for tests of the existing behavior instead …
- 11:40 DjangoResources edited by
- (diff)
- 08:29 Ticket #10889 (ModelAdmin calls .log_deletion after deletion, causing invalid object_id) closed by
- fixed: (restoring ticket properties values) @3point2: Please don't reopen …
- 08:22 Ticket #9211 (Objects with newlines in representation break popup JavaScript in the admin) closed by
- duplicate
- 08:09 Version1.3Blockers edited by
- Added deprecation policy-related section (diff)
- 07:48 Ticket #15040 (Boolean fields return 0 and 1 when loaded through select_related) created by
- This behavior only on mysql. SQLite always return True or False. …
- 07:26 Changeset [730769d]stable/1.10.xstable/1.11.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 #14951 -- Made the unique_for_{date,month,year} model field …
- 07:26 Ticket #14951 (Unique_for_[date|month|year] fails when the DateField is empty) closed by
- fixed: (In [15167]) Fixed #14951 -- Made the unique_for_{date,month,year} …
Note: See TracTimeline
for information about the timeline view.