Timeline
11/19/2015:
- 17:36 Ticket #25782 (Discourage usage of cache_page decorator with UpdateCacheMiddleware ...) created by
- If django.middleware.cache.UpdateCacheMiddleware is active and some …
- 16:21 Ticket #25764 (Support serialization of enum.Enum instances in migrations) closed by
- fixed: In 998894e: […]
- 16:21 Changeset [998894e]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #25764 -- Added support for serialization of enum.Enum in …
- 15:44 Changeset [65764a9]stable/1.10.xstable/1.11.xstable/2.0.x by
- Renamed unicode() to str() in some test comments.
- 14:55 Changeset [db8763fb]stable/1.10.xstable/1.11.xstable/2.0.x by
- Refs #25677 -- Fixed Python 2 i18n test failure on non-ASCII path.
- 14:29 Ticket #19361 (Link to object in message after creating/updating object in django admin) closed by
- fixed: In 80bcbecd: […]
- 14:27 Ticket #25781 (admin_views tests should mostly use client.force_login()) created by
-
Some
admin_views
tests that aren't testing the login view use … - 14:04 Changeset [80bcbecd]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #19361 -- Added link to object's change form in admin's …
- 14:01 Ticket #25780 (Remove redundant response.status_code assertions in tests) created by
-
self.assertContains(response, '...')
also checks the response's … - 13:46 Ticket #25779 (Redundant try block in WSGIHandler) created by
- In this …
- 11:00 Ticket #25771 (Serialization of natural foreign key in migration scripts does not work) closed by
- invalid: I thought about calling this out in the docs, but I'm not convinced …
- 10:19 Changeset [bc8bae0b]stable/1.8.x by
- [1.8.x] Corrected GenericIPAddressField protocol parameter doc. …
- 10:19 Changeset [0adbac49]stable/1.9.x by
- [1.9.x] Corrected GenericIPAddressField protocol parameter doc. …
- 10:18 Changeset [1e7da99e]stable/1.10.xstable/1.11.xstable/2.0.x by
- Corrected GenericIPAddressField protocol parameter doc.
- 10:11 Changeset [b15eaa29]stable/1.8.x by
- [1.8.x] Corrected stacklevel in Engine deprecation warnings. …
- 10:09 Ticket #25778 (Update docs links to use https) created by
- Search the docs for links using "http:" and update them to "https:" …
- 10:07 Changeset [46e7767]stable/1.10.xstable/1.11.xstable/2.0.x by
- Updated sitemaps.ping_google() to use https.
- 09:53 Changeset [ed95091]stable/1.9.x by
- [1.9.x] Corrected stacklevel in Engine deprecation warnings. …
- 09:27 Ticket #25769 (Update utils.version.get_version() for new release candidate naming scheme) closed by
- fixed: In 4921d4e5: […]
- 09:00 Changeset [4921d4e5]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #25769 -- Updated get_version() release candidate naming for PEP …
- 08:18 Ticket #25677 (compilemessages throws an exception and does not report msgformat ...) closed by
- fixed: In fa08d27f: […]
- 08:17 Changeset [fa08d27f]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #25677 -- Prevented decoding errors in/after Popen calls Thanks …
- 08:08 Changeset [ad005656]stable/1.9.x by
- [1.9.x] Fixed #25438 -- Fixed assorted Oracle GIS test failures. …
- 08:07 Changeset [58379d7e]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #25438 -- Fixed assorted Oracle GIS test failures.
- 08:07 Ticket #25438 (Oracle GIS test failures for Django 1.9) closed by
- fixed: In 58379d7e: […]
- 07:57 Changeset [cc562c2f]stable/1.9.x by
- [1.9.x] Removed a bug fix from the 1.9 release notes. The fix has …
- 07:56 Changeset [afd04639]stable/1.10.xstable/1.11.xstable/2.0.x by
- Removed a bug fix from the 1.9 release notes. The fix has also since …
- 07:53 Changeset [3eaf37a]stable/1.10.xstable/1.11.xstable/2.0.x by
- Allowed RasterFieldWithoutGDALTest to run even if GDAL is installed.
- 06:49 Ticket #25777 (Django admin/views don't expect forms to fail after validation) closed by
- wontfix: This would be a fundamental change in the design of Django and should …
- 06:44 Ticket #25777 (Django admin/views don't expect forms to fail after validation) created by
- Django assumes that all input data in forms can be validated by …
- 06:39 Ticket #25776 (Generic way in the admin to add tools to object-tools-items) closed by
- duplicate: Duplicate of #18914
- 06:06 Ticket #25775 (Method log_message in server.py uses sys.stderr.write, not logging) closed by
- duplicate: Duplicate of #25684
- 04:26 Ticket #25776 (Generic way in the admin to add tools to object-tools-items) created by
- If you have two different apps that affect the admin, say …
- 03:39 Ticket #25775 (Method log_message in server.py uses sys.stderr.write, not logging) created by
- I try to capture all log output of my Django-based project, but logged …
- 00:28 Ticket #25774 (Refactor of datetime expressions and better, official support for ...) created by
- As previously stated in [https://code.djangoproject.com/ticket/25556 …
11/18/2015:
- 21:24 Ticket #25773 (deprecate `MultiPolygon.cascaded_union` in favor of ...) created by
-
GEOS 3.3 deprecates
GEOSUnionCascaded
in favor ofGEOSUnaryUnion
… - 18:54 Changeset [5fa7b59]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #22810 -- Corrected admin changelist count for list filters that …
- 18:54 Ticket #22810 (full_result_count optimization is wrong in the presence of custom ...) closed by
- fixed: In 5fa7b59: […]
- 18:36 Changeset [95eca4f]stable/1.8.x by
- [1.8.x] Fixed #25549 -- Documented auth_user_password_change URL. …
- 18:36 Changeset [b654546]stable/1.9.x by
- [1.9.x] Fixed #25549 -- Documented auth_user_password_change URL. …
- 18:35 Changeset [ad16750]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #25549 -- Documented auth_user_password_change URL.
- 18:35 Ticket #25549 (auth_user_password_change URL is undocumented) closed by
- fixed: In ad16750: […]
- 18:18 Ticket #25654 (add support for `GEOSUnaryUnion` that was added to geos 3.3) closed by
- fixed: In 034dfbfc: […]
- 18:17 Changeset [034dfbfc]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #25654 -- Added the GEOSGeometry.unary_union property.
- 17:50 Ticket #25663 (`LinearRing` and `LineString` don't check number of points during ...) closed by
- fixed: In 1e35dd1: […]
- 17:36 Changeset [1e35dd1]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #25663 -- Added checking of the number of points for LinearRing …
- 17:33 Ticket #25768 (Cast Variable, and provide multiplication) closed by
- invalid
- 11:06 Ticket #25665 (deprecate public getters/setters for properties of `GEOSGeometry` and ...) closed by
- fixed: In 7a452c5: […]
- 11:06 Changeset [7a452c5]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #25665 -- Deprecated getter/setter of Point.tuple.
- 10:57 Changeset [7803f42]stable/1.10.xstable/1.11.xstable/2.0.x by
- Refs #25665 -- Deprecated getters/setters of Point coordinate properties.
- 10:55 Ticket #25772 (ArrayField: incorrent len lookup on empty arrays) created by
- Models: […] Queries: […] Reason: PostgreSQL function …
- 10:49 Changeset [b7177cc]stable/1.10.xstable/1.11.xstable/2.0.x by
- Refs #25665 -- Deprecated getter/setter of GEOSGeometry.srid.
- 09:44 Changeset [e7da99a]stable/1.8.x by
- [1.8.x] Refs #25526 -- Documented some missing termcolors. Backport …
- 09:43 Changeset [e7c86871]stable/1.9.x by
- [1.9.x] Refs #25526 -- Documented some missing termcolors. Backport …
- 09:26 Changeset [5f7f3b46]stable/1.10.xstable/1.11.xstable/2.0.x by
- Refs #25526 -- Documented some missing termcolors.
- 09:26 Changeset [c7adfe94]stable/1.10.xstable/1.11.xstable/2.0.x by
- Removed redundant termcolors. Replaced MIGRATE_SUCCESS and …
- 08:56 Changeset [a16d4e24]stable/1.8.x by
- [1.8.x] De-emphasized use of NullHandler in logging docs. NullHandler …
- 08:56 Changeset [e5430510]stable/1.9.x by
- [1.9.x] De-emphasized use of NullHandler in logging docs. NullHandler …
- 08:54 Changeset [b3acdeee]stable/1.10.xstable/1.11.xstable/2.0.x by
- De-emphasized use of NullHandler in logging docs. NullHandler removed …
- 08:35 Ticket #25771 (Serialization of natural foreign key in migration scripts does not work) created by
-
The
serializers.serialize(..., use_natural_foreign_keys=True)
is not … - 06:53 Ticket #25644 (Setting a cookie after deletion should not keep 1970 as expiry date) closed by
- fixed: In 0a19f8d: […]
- 06:47 Changeset [0a19f8d]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #25644 -- Fixed reset cookie expiry date bug. Setting a cookie …
- 01:41 Ticket #25770 (authenticate and login can not write cookie 'sessionid') closed by
- invalid
11/17/2015:
- 21:26 Ticket #25770 (authenticate and login can not write cookie 'sessionid') created by
- If I use 'django.contrib.auth.urls' login, everything are OK, cookie …
- 18:43 Changeset [7bbfc43e]stable/1.9.x by
- [1.9.x] Refs #24971, #25356 -- Clarified how apps.py works in 1.9 …
- 18:32 Changeset [6258e163]stable/1.10.xstable/1.11.xstable/2.0.x by
- Refs #24971, #25356 -- Clarified how apps.py works in 1.9 release notes.
- 18:05 Ticket #25769 (Update utils.version.get_version() for new release candidate naming scheme) created by
- For release candidate versions, setuptools 8.0+ generates filenames …
- 18:01 Changeset [acd36060]stable/1.10.xstable/1.11.xstable/2.0.x by
- Removed blank line to appease isort.
- 17:25 Changeset [a9f1ea32]stable/1.8.x by
- [1.8.x] Fixed #25526 -- Documented how to output colored text in …
- 17:24 Changeset [43da3179]stable/1.9.x by
- [1.9.x] Fixed #25526 -- Documented how to output colored text in …
- 17:23 Ticket #25526 (Document how to output color from custom management commands) closed by
- fixed: In d26207d: […]
- 15:10 DevelopersForHire edited by
- (diff)
- 14:52 Ticket #25768 (Cast Variable, and provide multiplication) created by
- Hey, I'm trying to do an orm query and have run into two scenarios …
- 14:06 Changeset [d26207d]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #25526 -- Documented how to output colored text in custom …
- 13:40 Ticket #25682 (Audit bare except clauses) closed by
- fixed: In 0a2d3b7: […]
- 13:39 Changeset [0a2d3b7]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #25682 -- Removed bare except clauses.
- 13:29 Ticket #25695 (csrf_failure view should take a template parameter) closed by
- fixed: In 16945f0e: […]
- 13:28 Changeset [16945f0e]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #25695 -- Added template_name parameter to csrf_failure() view.
- 12:02 Ticket #25621 (AlterField to ForeignKey reverse migration doesn't drop the constraint) closed by
- needsinfo
- 11:33 Ticket #25736 (Define management commands via function) closed by
- wontfix: Please reopen if you can start a discussion and get a consensus to add …
- 11:22 Ticket #25731 (Remove choices from ether instance or method attribute in Select widget) closed by
- needsinfo: Please reopen if you can provide a patch, otherwise I'm not sure how …
- 10:08 Ticket #25763 (Django missing repr friendly formatting of request) closed by
- wontfix: I think you should be able to write a custom logging handler similar …
- 09:42 Changeset [20d2778]stable/1.10.xstable/1.11.xstable/2.0.x by
- Removed obsolete comments about Django 1.10 in two test files.
- 09:18 Changeset [b4aa38d]stable/1.8.x by
- [1.8.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS …
- 09:18 Changeset [361038ee]stable/1.9.x by
- [1.9.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS …
- 09:16 Ticket #25710 (Clarify the docs about what INTERNAL_IPS does) closed by
- fixed: In 5abed86: […]
- 09:16 Changeset [5abed86]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.
- 08:28 Ticket #24324 (Crashes when project path or path to Django install contains a ...) closed by
- fixed: The issue reported in this ticket is fixed in Django 1.8. Please open …
- 06:58 Changeset [92eced6]stable/1.10.xstable/1.11.xstable/2.0.x by
- Simplified lists creation in three places.
- 06:20 Ticket #25766 (adding javascript "this.disabled" invalidate ManyToManyField) closed by
- needsinfo: It's not clear to me how or why this is a bug in Django. It seems to …
11/16/2015:
- 22:03 Ticket #25767 (integer_field_ranges are incorrect for MySQL backend) created by
-
The integer ranges for
PositiveSmallIntegerField
and … - 20:37 Ticket #25766 (adding javascript "this.disabled" invalidate ManyToManyField) created by
- With just models.py and admin.py, I was able to save a poll without …
- 20:06 Changeset [8a01c6b5]stable/1.7.x by
- [1.7.x] Fixed a settings leak possibility in the date template filter. …
- 19:41 Changeset [3bd43598]stable/1.7.x by
- [1.7.x] Refs #23751 -- Added some unicode characters to the latex …
- 19:41 Changeset [904c47bc]stable/1.7.x by
- [1.7.x] Fixed #23751 -- Fixed code snippet formatting in docs PDF. …
- 19:32 Changeset [583d3c08]stable/1.8.x by
- [1.8.x] Refs #23751 -- Added some unicode characters to the latex …
- 19:32 Changeset [a3a27de]stable/1.8.x by
- [1.8.x] Fixed #23751 -- Fixed code snippet formatting in docs PDF. …
- 19:32 Changeset [2315f5f4]stable/1.9.x by
- [1.9.x] Refs #23751 -- Added some unicode characters to the latex …
- 19:32 Changeset [937ce019]stable/1.9.x by
- [1.9.x] Fixed #23751 -- Fixed code snippet formatting in docs PDF. …
- 19:03 DevelopersForHire edited by
- (diff)
- 18:34 Changeset [7dcc48f]stable/1.9.x by
- [1.9.x] Fixed typo in docs/releases/1.9.txt. Backport of …
- 18:34 Changeset [02d974ce]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed typo in docs/releases/1.9.txt.
- 17:51 Ticket #23751 (Code snippets display without formatting in PDF version of the docs) closed by
- fixed: In e48a5b5: […]
- 17:49 Changeset [c315f960]stable/1.10.xstable/1.11.xstable/2.0.x by
- Removed a docs workaround for an old Sphinx version.
- 17:49 Changeset [a80d70dd]stable/1.10.xstable/1.11.xstable/2.0.x by
- Refs #23751 -- Added some unicode characters to the latex preamble. …
- 17:49 Changeset [e48a5b5]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #23751 -- Fixed code snippet formatting in docs PDF. Thanks …
- 15:34 Ticket #25765 (makemigrations and app_label are incompatible) created by
- Repo steps: * Create a new app called "testapp" * Add one model …
- 13:52 Changeset [82533e3]stable/1.9.x1.9rc1 by
- [1.9.x] Bumped version for 1.9 release candidate 1.
- 13:40 Ticket #25764 (Support serialization of enum.Enum instances in migrations) created by
- Allow serialization of native enum and using it in field arguments …
- 09:00 Changeset [e30040dd]stable/1.9.x by
- [1.9.x] Corrected outdated information in submitting patches guide. …
- 08:59 Changeset [101dbeb6]stable/1.10.xstable/1.11.xstable/2.0.x by
- Corrected outdated information in submitting patches guide.
- 08:54 Changeset [48abe9d]stable/1.8.x by
- [1.8.x] Changed section title from "Model syntax" to "Introduction to …
- 08:54 Changeset [5856f15e]stable/1.9.x by
- [1.9.x] Changed section title from "Model syntax" to "Introduction to …
- 08:53 Changeset [c9432c4]stable/1.10.xstable/1.11.xstable/2.0.x by
- Changed section title from "Model syntax" to "Introduction to models".
- 08:47 Changeset [870914c]stable/1.9.x by
- [1.9.x] Documented how to see the full traceback of a test failure. …
- 08:33 Ticket #25763 (Django missing repr friendly formatting of request) created by
- I found this feature …
- 08:12 Changeset [21c8264]stable/1.10.xstable/1.11.xstable/2.0.x by
- Documented how to see the full traceback of a test failure.
- 07:29 Ticket #25762 (Optimize numberformat.format) created by
-
numberformat.format
is used a lot by Django and in most cases it's … - 07:13 Ticket #25761 (Re-raised exceptions with __cause__ should also set __traceback__ on ...) created by
- In bug https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=802677 we …
- 05:44 Changeset [b338995]stable/1.9.x by
- [1.9.x] Fixed #25755 -- Unified spelling of "website". Backport of …
- 05:44 Ticket #25755 (Unify the spelling of the word "websites" in the documentation) closed by
- fixed: In 1f8dad69: […]
- 05:44 Changeset [1f8dad69]stable/1.10.xstable/1.11.xstable/2.0.x by
- Fixed #25755 -- Unified spelling of "website".
Note: See TracTimeline
for information about the timeline view.