Timeline
08/17/2014:
- 22:44 WikiStart edited by
- Updated wiki homepage... again… (diff)
- 17:21 Ticket #23309 (call_commands lacks some code to act like as run_from_argv) created by
- https://code.djangoproject.com/changeset/2cc8ffe2580080 made …
- 16:20 Ticket #23308 (Running a migration fails when adding a foreign key to another app) created by
- I'm unable to create a foreign key to another application after …
- 16:19 Ticket #23307 (max_num limits total number of forms, not empty forms) created by
- On: https://docs.djangoproject.com/en/1.6/topics/forms/formsets/ The …
- 13:51 Ticket #23292 (ATOMIC_REQUESTS creates unnecessary database connections and transactions) closed by
- wontfix: I'm almost sure this idea has come up before, either here or on the …
- 11:39 Ticket #23306 (Cannot call a command with --name option) closed by
- worksforme: This is not true for current master (see [2cc8ffe2580080]) where you …
- 10:38 Ticket #23306 (Cannot call a command with --name option) created by
-
call_command
use(name, *args, **options)
as signature, making …
08/16/2014:
- 17:50 Ticket #23305 (Models that are imported on app's import time are invisible to ...) closed by
- invalid: I cannot replicate this; I've tried importing the models in …
- 17:01 Ticket #23305 (Models that are imported on app's import time are invisible to ...) created by
-
Models that are imported in app's
__init__.py
, or by modules … - 15:54 Ticket #23304 (Form renders in HTML5 syntax) closed by
- wontfix: Currently, we stick with XHTML syntax, because XHTML should still be …
- 10:50 Ticket #23304 (Form renders in HTML5 syntax) created by
- Django uses XHTML syntax to render forms as: […] Anyway it could …
- 10:24 Ticket #23303 (sqlmigrate doesn't output BEGIN and COMMIT statements) created by
-
All other
sql*
commands wrap their output inBEGIN; ... COMMIT;
… - 06:32 Changeset [dfde0b3b]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Stopped skipping GIS forms tests on MySQL
- 02:37 Ticket #23302 (Give a name to a migration from command line option) created by
- With south, I can (or must) give a (possibly meaningful) name to a …
08/15/2014:
- 22:22 Ticket #23301 (DateField doesn't work when called 'date') closed by
- worksforme
- 21:26 Ticket #23301 (DateField doesn't work when called 'date') created by
- When called anything else it seems to work fine. […] Running …
- 18:21 Ticket #23295 (ALLOWED_HOSTS setting is done in the wrong place, should be in a ...) closed by
- fixed: In 230393e5e81ff524a3ab8c476f75011d3ac53115: […]
- 18:21 Changeset [9fef66ef]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #3072 from collinanderson/23295 Fixed #23295 -- …
- 15:35 Ticket #23300 (TestCase.assertTemplateUsed passes erroneously on an HttpResponse) created by
- The following test should fail. It is asserting that the response …
- 14:41 Ticket #23299 (Add some interoperability to _() function calls parsing in templatize ...) created by
- The current implementation only works for django and works very well. …
- 14:19 Changeset [b4dce7c3]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23298 -- Made makemessages actually ignore specified dirs on …
- 14:17 Changeset [ee72896]stable/1.7.x by
- [1.7.x] Fixed syntax highlighting and indentation in …
- 14:17 Changeset [90b64db3]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed syntax highlighting and indentation in docs/topics/logging.txt.
- 13:59 Changeset [230393e5]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23295 -- Removed unnecessary fix_location_header …
- 13:54 Ticket #23298 (Makemessages --ignore option doesn't work for directories under Windows) created by
-
When running the
i18n.test_extraction
tests under Windows, the … - 12:57 Changeset [28d9753]stable/1.7.x by
- [1.7.x] Fixed #23296 -- Fixed RunPython code sample in Migration …
- 12:57 Ticket #23296 (Invalid parameter to create() in RunPython example) closed by
- fixed: In 7ca665c5f593953cba2cfeebd4f82acd38231031: […]
- 12:56 Changeset [7ca665c5]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23296 -- Fixed RunPython code sample in Migration Operations.
- 12:51 Changeset [41cf159]stable/1.7.x by
- [1.7.x] Fixed #23294 -- Add related_name to existing migrations. …
- 12:34 Ticket #23297 (Integrity errors in Django admin with custom User model) closed by
- worksforme
- 12:23 Ticket #23297 (Integrity errors in Django admin with custom User model) created by
- I use a custom User model: accounts.User When trying to save anything …
- 11:39 Ticket #23294 (add related_name to existing migrations) closed by
- fixed: In 1d79d08d9aef1565cf56d50f0742285efae53631: […]
- 11:39 Changeset [1d79d08]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23294 -- Add related_name to existing migrations. Thanks to …
- 11:38 Ticket #23278 (django.db.backends.schema logger isn't documented) closed by
- fixed: In 3af14109499bba8ea5b2a94e6a26cecb6cc002cd: […]
- 11:38 Changeset [3af14109]stable/1.7.x by
- [1.7.x] Fixed #23278 -- Documented django.db.backends.schema logger …
- 11:27 Changeset [ef90d395]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23278 -- Documented django.db.backends.schema logger
- 10:16 Ticket #21450 (BaseYearArchiveView prevent ordering of queryset) closed by
- fixed: Closing per above commit as I believe it solves it, but please reopen …
- 10:10 Ticket #18355 (Add ordering mixin for class based generic views) closed by
- fixed: In 2724cdbff635a40819f206411de23e9b14867a58: […]
- 10:09 Changeset [2724cdb]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #18355 -- Added ordering options to list based generic views. …
- 10:02 Changeset [6011f245]stable/1.7.x by
- [1.7.x] Fixed typo in tests/migrations/test_operations.py Backport of …
- 10:01 Changeset [0ad4672]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in tests/migrations/test_operations.py
- 10:00 Ticket #23296 (Invalid parameter to create() in RunPython example) created by
- Following RunPython documentation: …
- 09:15 Ticket #23295 (ALLOWED_HOSTS setting is done in the wrong place, should be in a ...) created by
- Right now ALLOWED_HOST checking is done in Request.get_host() which is …
- 08:44 Ticket #23294 (add related_name to existing migrations) created by
- need to add related_name to existing migrations after #23288
- 08:23 Ticket #23287 (Change exception message for django.utils.decorators.classonlymethod) closed by
- fixed: In 64bb122c3dede3538294bab07d5f1a1980713d31: […]
- 08:03 Changeset [64bb122c]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23287 -- Updated error message for classonlymethod decorator.
- 07:22 Ticket #23269 (Deprecate django.utils.remove_tags() and removetags template filter) closed by
- fixed: In e122facbd89c5768528f5ba3b13552d43f989757: […]
- 07:20 Changeset [e122fac]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23269 -- Deprecated django.utils.remove_tags() and removetags …
- 07:16 Ticket #23162 (Rename Field._has_changed() to has_changed()) closed by
- fixed: In deed00c0d803d324a3dfdeba52458b6b009c1a90: […]
- 07:14 Changeset [deed00c0]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23162 -- Renamed forms.Field._has_changed() to has_changed().
- 06:30 Changeset [23455aee]stable/1.7.x by
- [1.7.x] Fixed typo in docs/howto/custom-model-fields.txt. Backport of …
- 06:18 Changeset [99561eef]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in docs/howto/custom-model-fields.txt.
- 04:24 DjangoJobs edited by
- (diff)
- 04:21 DjangoJobs edited by
- (diff)
- 03:19 Ticket #23293 (OSMapWidget.js error when use GeometryCollectionField) closed by
- fixed: Thanks for the report. I added a fix while backporting other errors …
- 03:17 Ticket #23137 (Error when use OSMapWidget.js) closed by
- fixed: OK, thanks for the feedback. Backported in 1.6 in [f5e8376288783554e4da39].
- 03:14 Changeset [12adcd50]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Complemented 1.6 release notes for 457c16d0d6 And accessorily added …
- 03:14 Changeset [2cbafd8]stable/1.7.x by
- [1.7.x] Complemented 1.6 release notes for 457c16d0d6 And accessorily …
- 03:10 Changeset [f5e83762]stable/1.6.x by
- [1.6.x] Fixed multi geometries editing in OpenLayers widget Backport …
08/14/2014:
- 22:33 Ticket #23293 (OSMapWidget.js error when use GeometryCollectionField) created by
- On method getControls at line 357, there are only check on line, point …
- 22:19 Ticket #23288 (Unable to correctly access data in table during migration) closed by
- fixed: sorry nevermind. it's right here, the trac hook must have not worked: …
- 21:47 Ticket #23288 (Unable to correctly access data in table during migration) closed by
- fixed: In 4d2f9c38e835383fe42548353890ed4a302eaa58: […]
- 21:47 Changeset [b578404]stable/1.7.x by
- [1.7.x] Fixed #23288: deconstruct() ignoring related_name
- 21:47 Changeset [4d2f9c38]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23288: deconstruct() ignoring related_name
- 21:01 Ticket #20647 (Trying to get repr() or str() on a queryset that has been ...) closed by
- duplicate: As can be seen in the stack trace, this is because the query is sliced …
- 16:31 Version1.8Roadmap created by
- Initial template with no dates
- 13:13 Changeset [982addeb]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added some words to spelling_wordlist.
- 12:57 Ticket #20133 (Admin: Add deletion summary) closed by
- fixed: In 302145328560ded44bcfded8a67a1e7df08b411b: […]
- 12:56 Changeset [3021453]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20133 -- Added summary to admin deletion confirmation pages. …
- 12:28 Ticket #23224 (Document EmailValidator domain whitelist parameter) closed by
- fixed: In 2a4492aecb50122f7cc2c643f7ea5b086f301165: […]
- 12:28 Changeset [2a4492ae]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23224 - Documented EmailValidator.
- 11:15 Changeset [73cc964]stable/1.6.x by
- [1.6.x] Fixed a grammar error in docs/ref/forms/api.txt. Backport of …
- 11:15 Changeset [2b694919]stable/1.7.x by
- [1.7.x] Fixed a grammar error in docs/ref/forms/api.txt. Backport of …
- 11:13 Changeset [bef5b9b]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a grammar error in docs/ref/forms/api.txt.
- 10:59 Ticket #23292 (ATOMIC_REQUESTS creates unnecessary database connections and transactions) created by
-
When specifying
ATOMIC_REQUESTS
on a database, a connection is made … - 10:55 Changeset [d9559fe]stable/1.7.x by
- [1.7.x] Fixed #23291 -- Don't add Unicode varname/value to …
- 10:53 Ticket #23291 (Putting Unicode var name and value in environment causes test suite ...) closed by
- fixed: In 0bfb53866199f366ed140d49938fd185e5898156: Fixed #23291 -- Don't …
- 10:22 Changeset [0bfb538]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23291 -- Don't add Unicode varname/value to environment. …
- 10:02 Ticket #23291 (Putting Unicode var name and value in environment causes test suite ...) created by
-
Running the
django_admin
tests on Windows shows errors like this … - 09:45 Ticket #23260 (unordered_list filter doesn't work with generators) closed by
- fixed: In b3660d28f3422a33a84de7a7ccad404b3135a1a8: […]
- 09:43 Changeset [b3660d28]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23260: Added generator support to defaultfilters.unordered_list.
- 09:27 Ticket #21579 (i18n_patterns redirect not working with script prefix (sub path)) closed by
- fixed: In fe38be96c1769ee83c65246704d2ae435c8d4150: […]
- 08:36 Changeset [fe38be96]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21579 -- Made LocaleMiddleware respect script prefix. Thanks …
- 08:07 Ticket #21132 (AdminSite cannot handle different namespace) closed by
- fixed: In cf79b57ad09c145b82ccaab798d88958316027cf: […]
- 08:05 Changeset [cf79b57]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21132 -- Removed the useless app_name argument to AdminSite. …
- 05:25 Ticket #23290 (GeometryField validation does not work) created by
- When validating form, (form.is_valid()) field GeometryField …
- 05:11 Changeset [99b55677]stable/1.6.x by
- [1.6.x] Fixed #23265 -- Used system-specific encoding in runserver …
- 05:09 Changeset [63ccf640]stable/1.7.x by
- [1.7.x] Fixed #23265 -- Used system-specific encoding in runserver …
- 05:09 Ticket #23265 (runserver crashes with some locales on Python 2) closed by
- fixed: In 055d95fce0668e11f2dae48d2439f378349d2524: […]
- 05:08 Changeset [055d95fc]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #23265 -- Used system-specific encoding in runserver Thanks …
- 04:47 Ticket #22971 (Can't receive file with non-ascii filename according to rfc2388) closed by
- fixed: In b42e5ca058178d67027bf66d37d00ade635b4c26: […]
- 04:45 Changeset [b42e5ca]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22971 -- Properly parsed RFC 2388 encoded headers Thanks homm …
- 04:13 Ticket #23289 (Make mock library available for testing in Django) created by
-
This question was raised while working on #21523.
unittest.mock
is … - 02:58 Changeset [7244a8d0]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed test failure on python 3.x.
- 02:31 Ticket #23283 (Provide an explicit default for BooleanField used in the documentation) closed by
- fixed: You're absolutely right, my mistake. Thanks again.
Note: See TracTimeline
for information about the timeline view.