Timeline
06/16/2011:
- 18:42 Ticket #16285 (Remove a misleading comment from the signing code) created by
- lines 99 and 100 of the signing module indicate that the provided salt …
- 18:14 Ticket #16182 (TimestampSigner should use a more precise timestamp) reopened by
- I see this is already committed, but I'd like to raise an objection …
- 15:05 Ticket #16255 (Drop support for Posgres versions < 8.2 for Django 1.4) closed by
- fixed: In [16423]: […]
- 15:05 Changeset [b870bf6]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2. …
- 14:56 Ticket #8999 (ModelAdmin.get_form and get_formset will overwrite self.exclude with a ...) closed by
- fixed: In [16422]: […]
- 14:56 Changeset [b2f5efc6]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #8999 -- Removed useless code in handling of
exclude
option in … - 14:49 Ticket #3104 ('float' object has no attribute 'split') closed by
-
invalid: Your problem occurs inside
urllib.urlopen(someurl)
in your own code, … - 14:31 Ticket #16283 (manage.py depends on django.contrib.contenttypes et al.) reopened by
- I think there is a misunderstanding between us... I didn't used …
- 13:59 Ticket #3104 ('float' object has no attribute 'split') reopened by
- Having AttributeError 'NoneType' object has no attribute 'strip' …
- 11:42 Changeset [7880d999]stable/1.3.x by
- [1.3.X] Fixed #16031 -- Corrected comments template examples. Thanks, …
- 11:41 Ticket #10802 (urlresolvers RegexURLResolver._get_callback should not catch ...) closed by
- fixed: In [16420]: […]
- 11:41 Changeset [b4cdf4d1]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully …
- 11:35 Ticket #9588 (provide **kwargs argument to GenericInlineModelAdmin.get_formset) closed by
- fixed: In [16419]: […]
- 11:35 Changeset [30e8426]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #9588 -- Allow passing kwargs to …
- 11:34 Ticket #12375 (updating QueryDict in another dict gives unexpected results.) closed by
- fixed: In [16418]: […]
- 11:34 Changeset [97f22f2]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12375 -- Added a dict() method to convert a MultiValueDict …
- 11:34 Ticket #14020 (Make HttpResponse.get work like dict.get) closed by
- fixed: In [16417]: […]
- 11:34 Changeset [dfa29161]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #14020 -- Made the
HttpResponse
class slightly more behave … - 11:34 Ticket #15127 (form.fields is still tied to class variables) closed by
- fixed: In [16416]: […]
- 11:34 Changeset [22529d41]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15127 -- Properly copy the choices of choice fields. Thanks, …
- 11:34 Changeset [aa40dc62]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Stopped the admin JavaScript code from completely removing the …
- 11:34 Ticket #15908 (Mention proper i18n approach in documentation for "pluralize" filter) closed by
- fixed: In [16414]: […]
- 11:34 Changeset [44b03484]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #15908 -- Mention blocktrans in the pluralize filter …
- 11:34 Ticket #16057 (uWSGI documentation) closed by
- fixed: In [16413]: […]
- 11:34 Changeset [aad6f21b]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16057 -- Extended deployment documentation with instructions …
- 11:34 Ticket #16031 (Custom comment form is incomplete and wrong.) closed by
- fixed: In [16412]: […]
- 11:34 Changeset [439cbeaa]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16031 -- Corrected comments template examples. Thanks, teraom. …
- 11:33 Ticket #16221 (Wrong usage for comment permalink template tag in the docstring) closed by
- fixed: In [16411]: […]
- 11:33 Changeset [c80914d0]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16221 -- Corrected doc string example in comments permalink …
- 11:33 Ticket #16200 (__init__ of TemplateIfParser has return statement) closed by
- fixed: In [16410]: […]
- 11:33 Changeset [a1991e37]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16200 -- Stopped TemplateIfParser from returning something in …
- 10:28 Changeset [25ee9b4]stable/1.3.x by
- [1.3.X] Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, …
- 10:27 Ticket #16264 (Improve widget documentation) closed by
- fixed: In [16408]: […]
- 10:27 Changeset [662b372]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16264 -- Improved form widget documentation. Many thanks to Bas …
- 10:27 Ticket #16273 (Missing quotes in "Managing Static Files") closed by
- fixed: In [16407]: […]
- 10:27 Changeset [e008fde2]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16273 -- Fixed typo in staticfiles docs. Thanks, BernhardEssl. …
- 09:56 Ticket #16284 (djangojs uses en as fallback language rather than projects language code) created by
- In views/i18n.py there is code: […] I believe django should first …
- 09:05 Ticket #14579 (Use built-in sessions middleware for entirely cookie-based sessions) closed by
- duplicate
- 08:41 Ticket #16283 (manage.py depends on django.contrib.contenttypes et al.) closed by
- invalid: tl;dr don't call your app "auth" :) ---- You have …
- 08:17 Ticket #16283 (manage.py depends on django.contrib.contenttypes et al.) reopened by
- No! The problem is that I didn't used 'django.contrib.auth' at all! …
- 07:21 Ticket #16283 (manage.py depends on django.contrib.contenttypes et al.) closed by
- invalid: This works as advertised: …
- 07:14 Ticket #16283 (manage.py depends on django.contrib.contenttypes et al.) created by
- I intended to use django.contrib.auth with my own backends, so I …
- 07:03 Ticket #16282 (CommentTemplateTagTests.testRenderCommentFormFromObjectWithQueryCount ...) created by
- The test …
- 04:29 Ticket #16281 (ContentType.get_object_for_this_type using wrong database for creating ...) created by
- There is a subtle error in …
- 00:33 Ticket #16279 (es_MX Translation error for singulars for admin/search_form) closed by
- wontfix: The patch may be good, but we don't update Django translations via the …
06/15/2011:
- 23:43 Ticket #16280 (documentation for reverse() should include positional/keyword conflict) created by
- Ticket #12946 was resolved in [12652] by documenting the behavior of …
- 23:22 Ticket #16279 (es_MX Translation error for singulars for admin/search_form) created by
- There is a not translated string in the admin/search_form for the …
- 22:34 Ticket #16278 (email contact needed) closed by
- invalid: Trac is not the place to ask "how do I" questions -- it is a database …
- 22:33 Ticket #16278 (email contact needed) created by
- attempted to run "django-admin.py startproject mysit" got the …
- 22:23 Ticket #16277 (Links to IRC Log bot don't work) created by
- Ask a question in the #django IRC channel, or search the IRC logs to …
- 21:42 Ticket #16276 (Django 1.3 docs referring users to outdated version of Django Book) created by
- In some places, the Django 1.3 docs refer to version 1.0 of the Django …
- 19:31 WikiStart edited by
- Fixed link to easy pickings Trac query (diff)
- 18:58 Ticket #16265 (DatabaseError: ORA-01403: no data found on Oracle) closed by
- needsinfo: I'm going to close this needsinfo. It sounds like there *might* be a …
- 18:52 Ticket #16275 (missing from __future__ import with_statement in tests) closed by
- fixed: In [16406]: […]
- 18:52 Changeset [28e5341b]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16275 -- Added future import to support with statement. …
- 16:21 DjangoFriendlyWebHosts edited by
- Added wsgi support (diff)
- 15:21 Ticket #16275 (missing from __future__ import with_statement in tests) created by
- As you can see on …
- 14:47 Ticket #16274 (Databrowse doesn't support GeometryCollection field) created by
- Databrowse admin here only supports point field . How can I make it …
- 14:06 Ticket #16263 (settings __file__ missing for setup_environ()) closed by
-
needsinfo: I am not completely sure what you called
setup_environ
with. It … - 13:58 Ticket #16273 (Missing quotes in "Managing Static Files") created by
- In …
- 12:29 Ticket #11585 (i18n in urls.py) closed by
- fixed: In [16405]: […]
- 12:29 Changeset [896e3c69]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #11585 -- Added ability to translate and prefix URL patterns …
- 11:08 Ticket #16272 (Date-related widgets still have format attribute set on class) created by
- For example: …
- 10:20 Ticket #16265 (DatabaseError: ORA-01403: no data found on Oracle) created by
- We had a strange problem today: filtering on a model on an object …
- 08:57 Ticket #16264 (Improve widget documentation) created by
- This is my first ticket, so go easy. When you type 'django widgets' …
- 07:31 Ticket #16263 (settings __file__ missing for setup_environ()) created by
- I'm getting the following problem: […] when trying to use django …
- 05:50 Changeset [eb96665b]stable/1.3.x by
- [1.3.X] Added a few cross references to the i18n docs and documented …
- 05:48 Changeset [62bb4b8c]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added a few cross references to the i18n docs and documented pgettext …
- 02:21 Ticket #16262 (ValueError when authenticating) created by
- When using additional custom authentication backend (for crypt-like …
- 01:32 Ticket #16261 (Model.__repr__() should never return unicode) closed by
-
worksforme: Since
smart_str
returns a bytestring version of its first argument, …
06/14/2011:
- 23:43 Ticket #16261 (Model.__repr__() should never return unicode) created by
- Unlike stated in ticket #13831, and according to …
- 23:42 Ticket #10913 (Document how related_name affects QuerySet filtering) reopened by
- I think the OP is correct here, at least in that the ORM is …
- 23:41 Ticket #10913 (Document how related_name affects QuerySet filtering) reopened by
- I think the OP is correct here, at least in that the ORM is …
- 23:41 Ticket #10913 (Document how related_name affects QuerySet filtering) reopened by
- I think the OP is correct here, at least in that the ORM is …
- 21:37 Ticket #16259 (State more clearly that django.contrib.ccontenttypes depends on ...) closed by
- worksforme: I can't reproduce this. get_model does indeed return None if the app …
- 20:40 Ticket #16260 (Ability to change dismissRelatedLookupPopup on custom callback function) created by
- The best solution for some cases for customizing admin is put some …
- 18:37 Changeset [4047a21]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Noted new security overview page in the 1.4 release notes git-svn-id: …
- 18:31 Changeset [06a25151]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in release notes regarding CSRF with PUT/DELETE etc …
- 11:31 Ticket #16215 (FormSet and ModelFormSet Class-based views) closed by
- duplicate: Closing as duplicate of #16256 We have a working patch there with …
- 10:36 DevelopersForHire edited by
- (diff)
- 10:07 Ticket #6516 (Template extends bug when passing a template variable to extends tag) closed by
- fixed: I confirm the bug was fixed as a side effect of r11862.
- 07:13 InitdScriptForGentooLinux edited by
- Removed "-- " before "python" in "start-stop-daemon" command. --oknodo … (diff)
- 06:23 Ticket #16259 (State more clearly that django.contrib.ccontenttypes depends on ...) created by
- I don't have django.contrib.sites inside my installed apps, and …
- 05:45 Ticket #16183 (Incorrect test in contrib.auth silently passes) closed by
- fixed: In [16400]: […]
- 05:45 Changeset [3f37d167]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16183 -- Fixed an ignored auth test. Thanks, desh. git-svn-id: …
- 05:35 Changeset [3d970762]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed naming of test methods for the sake of consistency. git-svn-id: …
- 05:35 Ticket #16236 (Formwizard: computing form initialization keyword arguments) closed by
- fixed: In [16398]: […]
- 05:35 Changeset [b5e7eab9]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16236 -- Added get_form_kwargs method to WizardView as a way to …
- 05:34 Ticket #16248 (Some spelling mistakes in "Security in Django") closed by
- fixed: In [16397]: […]
- 05:34 Changeset [3ee076b1]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16248 -- Corrected a few typos in the security docs. Thanks, …
- 05:32 Ticket #16251 (Db/Models: distinction btw "null" and "blank") closed by
- invalid: The document you're referring to is just a summary: > [The options …
- 05:14 Ticket #16252 (Slight difference in urls.py btw tutorial and installation) closed by
- duplicate: That's a duplicate of #16169.
- 04:32 XML-RPC edited by
- (diff)
- 04:31 XML-RPC edited by
- (diff)
- 04:30 Ticket #16239 (django.test.simple.py's __all__ includes inexistent "run_tests") closed by
- fixed: In [16396]: […]
- 04:30 Changeset [5180e733]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16239 -- Removed stale entry in django.test.simple.all. …
- 04:10 Ticket #16258 (repeating word) created by
- in first paragraph of …
- 03:07 Ticket #640 (order_with_respect_to option fails) reopened by
- And 4 years later, the report and ubernostrum's comment are still …
- 01:05 Ticket #16257 (contrib:admin dynamic list_display_links support) created by
- Ticket #14206 created a very useful way to allow programmers to …
06/13/2011:
- 21:55 Ticket #11805 (Blocks tags inside inclusion template tags are ignored) closed by
- invalid: Again - This doesn't sound like an error to me -- it sounds like …
- 21:36 Ticket #11805 (Blocks tags inside inclusion template tags are ignored) reopened by
- I have a need for this... I built an app that sets the meta tags on a …
- 21:29 Ticket #16256 (More class based views: formsets derived generic views) created by
- This ticket aims to add more class based views to the generic ones …
- 20:31 Ticket #16255 (Drop support for Posgres versions < 8.2 for Django 1.4) created by
- A year ago a …
- 18:47 Ticket #16254 (#django is a ghost town) closed by
- worksforme: I don't know how you've come to the conclusion that #django is empty, …
- 18:36 Ticket #16254 (#django is a ghost town) created by
- Hi! I had some #django questions that the docs couldn't answer, and …
- 18:06 Ticket #16253 (Additional info for Windows users in MySQLdb section of install ...) created by
- In reference to this page: …
- 17:38 Ticket #16252 (Slight difference in urls.py btw tutorial and installation) created by
- In Part 2 of the tutorial, …
- 16:50 Ticket #16251 (Db/Models: distinction btw "null" and "blank") created by
- In the 1.3 doc …
- 16:38 Ticket #16107 (djangoproject.com site issue) closed by
- worksforme: I'm sorry, but we're absolutely unable to reproduce your problem, and …
- 15:53 Ticket #16250 (Error with new pyscopg2 2.4.2 release and tests) created by
- The test command doesn't work with psycopg2==2.4.2 but does with …
- 15:49 Ticket #16099 (Development web server sometimes hangs with Chrome) reopened by
- This will not be fixed in Chrome, and the problem was mentioned again …
- 15:48 Ticket #16249 (Visiting any Django site via Chrome's Incognito Mode is incredibly slow.) closed by
- duplicate: I could reproduce this (Mac OS X, latest Chrome, whatever that is …
- 15:35 Ticket #16249 (Visiting any Django site via Chrome's Incognito Mode is incredibly slow.) created by
- To replicate, I've created a totally fresh and empty install of Django …
- 15:15 Ticket #16246 (Small problems with new generic IP address field tests on Postgres 8.4) closed by
- fixed: In [16395]: […]
- 15:15 Changeset [823bac3]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16246 -- Fixed GenericIPAddressField tests on PostgreSQL. …
- 15:15 Changeset [479f2bc]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed duplicate entry in introspection PostgreSQL db backend. …
- 15:08 Ticket #16241 (Django runserver (<=1.3) is not WSGI compliant.) closed by
- fixed: Indeed, this issue no longer exists in Django 1.4. Per the new …
- 14:42 Ticket #16248 (Some spelling mistakes in "Security in Django") created by
- I found some spelling mistakes on the new "Security in Django" page. …
- 12:48 Changeset [bead688]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Shortened some test model names that were introduced in r16366 to fix …
- 12:38 Changeset [bcad2265]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed a name clash in a test method. Refs #16246. git-svn-id: …
- 10:22 Ticket #16247 (Remove the wildcard feature of INSTALLED_APPS) created by
- As discussed on django-developers.
- 08:58 Ticket #16246 (Small problems with new generic IP address field tests on Postgres 8.4) created by
- Tes suite doesn't start to run because it can't create some permission …
- 08:52 Ticket #16245 (send_robust should include traceback in response when Exception occurs) created by
- I have cron job that runs a task which sends a signal via …
- 08:23 Ticket #16243 (model_forms tests won't run if PIL isn't installed) closed by
- fixed: In [16391]: […]
- 08:23 Changeset [c013c07e]stable/1.10.xstable/1.11.xstable/1.4.xstable/1.5.xstable/1.6.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #16243 -- Corrected test suite failure in model_forms when PIL …
- 07:38 Ticket #16244 (When calling contrib.admin.site.register, other apps' models.py should ...) closed by
- invalid: The best practice to avoid those circular imports is to register your …
- 07:06 Ticket #16244 (When calling contrib.admin.site.register, other apps' models.py should ...) created by
- In a scenario where I have multiple apps, depending on one another, I …
- 05:36 Ticket #16243 (model_forms tests won't run if PIL isn't installed) created by
-
The
model_forms
tests won't run due to an import error if PIL isn't … - 03:58 Ticket #16240 (Querying models with foreign keys in multidb doesn't use right DB) closed by
- invalid: https://docs.djangoproject.com/en/dev/topics/db/multi-db/#cross-databas …
- 03:08 Ticket #16242 (Request to add *release* SVN branch to ...) created by
- Problem: because django is not released very often, the current …
- 02:43 Ticket #16241 (Django runserver (<=1.3) is not WSGI compliant.) created by
- The Django runserver doesn't call close() on the iterable returned …
- 01:36 Ticket #16240 (Querying models with foreign keys in multidb doesn't use right DB) created by
- I've got a setup with multidb and a router that splits traffic between …
Note: See TracTimeline
for information about the timeline view.