Timeline
10/18/2011:
- 23:59 Ticket #14806 (No template tag to support contextual translations) closed by
- fixed: In [17015]: […]
- 23:59 Changeset [26698bc8]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 #14806 -- Added support for contextual translations to the …
- 22:59 Ticket #17072 (Unable to chain Annotated Q Objects With OR) closed by
- needsinfo: Is it possible to provide a code example with a traceback which …
- 22:28 DevelopersForHire edited by
- (diff)
- 21:17 Ticket #17072 (Unable to chain Annotated Q Objects With OR) created by
- I am unable to chain annotated Q objects with Non annotated Q Objects. …
- 21:04 Ticket #17071 (django.utils.simplejson.__version__ always reports 2.0.7) created by
- We try to import a newer or faster version of 'simplejson' or Python …
- 19:34 Ticket #17070 (newly created templatetags module not loaded or recognized until ...) created by
- When a new templatetags module is added to an installed app, django …
- 19:09 Ticket #16393 (CookieWizard incompatible with simlejson 2.0.9) closed by
- fixed: In [17014]: […]
- 19:09 Changeset [358e5a8]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 #16393 -- FormWizard's cookie storage backend now works with all …
- 18:48 Ticket #17069 (Extend the error logger's API to allow ignoring some errors) created by
- This feature request was prompted after some discussions in #10046 and …
- 15:35 Ticket #17054 (Django test suite does not run if gettext not installed) closed by
- fixed: In [17013]: […]
- 15:35 Changeset [2bc77be1]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 #17054 -- Ensured the test suite runs when gettext isn't …
- 15:28 Changeset [67565a5]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
- Remove comments referencing encryption. Django doesn't do encryption. …
- 13:20 Ticket #17058 (Docs refer to extras/csrf_migration_helper.py which is not packaged) reopened by
- I agree with Luke that these extras scripts shouldn't be installed, …
- 13:09 Changeset [07c404be]stable/1.3.x by
- [1.3.X] Refs #16072 -- Corrected blocktrans multiple-argument syntax …
- 13:01 Ticket #17068 (Document that documentation fixes will be more freely backported) created by
- My understanding of the backporting policy is that documentation fixes …
- 11:42 Ticket #17067 (REMOTE_ADDR should be set to 127.0.0.1 in the test client environment) closed by
- fixed: In [17010]: […]
- 11:42 Changeset [14d24eb4]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 #17067 -- reverted some backwards-incompatible changes from …
- 09:17 Ticket #17067 (REMOTE_ADDR should be set to 127.0.0.1 in the test client environment) created by
- Per #8551, the REMOTE_ADDR should be set to 127.0.0.1 in the test …
- 08:47 Ticket #16931 ("get_context_data" should follow MRO) closed by
- duplicate: This turns out to be a dupe of #16074
- 06:07 Ticket #17066 (Exception TypeError when using GeoIP) created by
- When using GeoIP in my code I am getting such error at the end of …
- 04:09 Ticket #17065 (Plural forms are broken in (at least) Russian .po) created by
- It seems like we introduced plural forms breakage in some languages …
10/17/2011:
- 23:38 Ticket #17064 (Small UX improvements to the admin's time and date picker) created by
- The attached patch contains the following improvements both to the …
- 23:18 Ticket #17063 (Indent block under '.. versionadded::' isn't rendered out) created by
- Please let me take …
- 19:47 Changeset [396fcaa]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
- Remove all relative imports. We have always been at war with relative …
- 19:25 Ticket #16072 (Using multiple expressions inside a blocktrans tag not working as ...) closed by
- fixed: Well spotted, [16269] should have removed the "and" in the code …
- 18:23 Ticket #17062 (Using postgres, if you rollback the first transaction on a connection, ...) created by
- The fix for #3459 means that SET TIME ZONE is only called once per …
- 17:40 Ticket #17061 (Factor out "get a module-level object from a dotted path" function) created by
- We've got importlib.import_module, but we're missing a higher-level …
- 17:34 Ticket #17060 (incognito mode breaking with 403 forbidden in google chrome) created by
- Cookie is never set in the client. Using the Jquery code for Ajax …
- 13:45 Changeset [66210cbc]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
- Remove a great many of the remaining relative imports. git-svn-id: …
- 13:12 Ticket #17059 (GeoIP returns no results for unicode input) created by
- If you provide an IP address or hostname as a unicode string you will …
- 11:56 Changeset [544a8372]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
- Remove several more relative imports. git-svn-id: …
- 11:50 Ticket #16072 (Using multiple expressions inside a blocktrans tag not working as ...) reopened by
- Hello, this is still broken in the 1.3 docs. It looks to me like …
- 11:39 Changeset [1856e39]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
- Remove more relative imports (I will kill them all). git-svn-id: …
- 10:52 Changeset [4209ff1]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 my last commit. git-svn-id: …
- 10:43 Changeset [6205a34]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 warning about replay attacks when using the cookies backend for …
- 10:11 Ticket #17058 (Docs refer to extras/csrf_migration_helper.py which is not packaged) closed by
- invalid: I checked both the 1.3 and 1.3.1 tarballs from …
- 09:56 Ticket #17058 (Docs refer to extras/csrf_migration_helper.py which is not packaged) created by
- There is a script called extras/csrf_migration_helper.py that is …
- 08:59 Ticket #16763 (code.djangoproject.com won't stop emailing me (doesn't abide by ...) closed by
- wontfix: The solution is in comment 7 above :)
- 08:48 Ticket #16763 (code.djangoproject.com won't stop emailing me (doesn't abide by ...) reopened by
- 08:15 Changeset [87ffc6a6]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
- remove some relative imports from django git-svn-id: …
10/16/2011:
- 22:29 Changeset [da5c766d]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
- Tweaked test added in r16873 so it also works with Oracle. * Changed …
- 21:11 Changeset [ab72e6b]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
- Tweaked a tests tweak from r16960 so it uses the right model. When …
- 19:56 Ticket #17057 (Can't edit flatpages) closed by
- fixed: In [17000]: […]
- 19:56 Changeset [62afd58]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 #17057 -- Corrected flatpage url uniqueness validation to …
- 19:36 Ticket #14678 (Users are able to add more than one page to the same url) closed by
- fixed: This is a new issue; the issue reported in this ticket is fixed. Filed …
- 19:35 Ticket #17057 (Can't edit flatpages) created by
- r16937 makes flatpages un-editable, because it doesn't account for the …
- 19:34 Changeset [d48510c]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
- Tweaked admin_scripts tests enhanced in r16964 a bit more so they …
- 19:01 Ticket #14678 (Users are able to add more than one page to the same url) reopened by
- [16937] commit makes flatpages uneditable. This is because saving …
- 15:38 Ticket #17023 (WizardView.process_step() is docummented twice) closed by
- fixed: In [16998]: […]
- 15:38 Changeset [313fab8]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 #17023 -- Unified
WizardView
process_step()
documentation. … - 15:07 Ticket #17056 (Creation of instances of a PK-only model fails under Oracle after ...) closed by
- fixed: In [16997]: […]
- 15:06 Changeset [5f2be4ec]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 #17056 -- Tweaked insert SQL clause generation so a corner case …
- 14:40 Ticket #17056 (Creation of instances of a PK-only model fails under Oracle after ...) created by
- After r16739, trying to create an instance of this model: […] …
- 11:01 Ticket #16999 (deprecated method of template loading needs to be removed) closed by
- invalid: Indeed, the deprecated functions were removed at r15985. The functions …
- 09:45 Ticket #17055 (Fix the errors in the test suite when MySQL is the backend) closed by
- fixed: As of http://ci.djangoproject.com/job/Django/381/ the build is green. …
- 09:30 Changeset [b7f2aba5]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 a test that relied on the database to reject invalid data; MySQL …
- 06:04 Changeset [8fb7a900]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 multiple database tests that broke foreign keys constraints. …
- 04:51 Changeset [03316579]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 a test that depended on how identifiers are quoted by the …
- 04:46 Changeset [d75337f]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 a test that was broken at r16978. Refs #17055. git-svn-id: …
- 01:57 Changeset [d3cd9c0d]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
-
Made an
AutoField
test more robust. git-svn-id: … - 01:42 Ticket #15221 (Show field's verbose name instead of related model name for M2M filterspecs) closed by
- fixed: In [16991]: […]
- 01:42 Changeset [93a5814]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 #15221 -- Made the admin filters on foreign key and m2m …
- 01:21 Ticket #17055 (Fix the errors in the test suite when MySQL is the backend) created by
- The work being done in #11665 had fixed all of the errors in the MySQL …
10/15/2011:
- 10:54 Changeset [c582609c]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
- Modified the tablespaces tests so that they no longer rely on …
- 05:16 Changeset [22d738c]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
- Ensured that the feeds framework supports both datetimes and dates. …
- 05:14 Ticket #4076 (Patch to Output Timezone in Date Fields for Atom Feeds) closed by
-
fixed: As mentioned by wiboshu, you're using a
DateField
forpub_date
, … - 04:00 Changeset [a8e1d13]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 a test failure introduced at r16987. Refs #12308. git-svn-id: …
Note: See TracTimeline
for information about the timeline view.