Timeline
03/23/2014:
- 23:09 Changeset [1694e091]stable/1.7.x by
- [1.7.x] Correct oversight in trove classifiers, as this branch is now …
- 20:03 Ticket #22324 (form.has_change() is always True if BooleanField(default=True)) created by
- In any ModelForm, if the model has a BooleanField with True as the …
- 19:23 Ticket #22323 (Title Filter Inproper Casing of Words With Apostrophe in Second Position) closed by
- worksforme: This proposal has been made in the past; marking wontfix because it's …
- 15:59 Ticket #22323 (Title Filter Inproper Casing of Words With Apostrophe in Second Position) created by
- I discovered a very minor edge case when using the title filter on …
- 15:36 Ticket #22322 (inspectdb and managed option, incorrect explanation) created by
- https://docs.djangoproject.com/en/1.6/howto/legacy-databases/ "If you …
- 15:34 Ticket #22320 (assertNumQueries should capture call stacks) closed by
- duplicate: Duplicate of #9363
- 15:23 Ticket #22321 (Missing DB errors wrapping around _set_autocommit) created by
-
Implementation defined
_set_autocommit
function can raise … - 15:20 Changeset [d908b67e]stable/1.6.x by
- [1.6.x] Fixed #22317 -- Fixed documented handler400 default value …
- 15:20 Changeset [e1a6a302]stable/1.7.x by
- [1.7.x] Fixed #22317 -- Fixed documented handler400 default value …
- 15:19 Ticket #22317 (Wrong default value for handler400 in django.conf.urls utility functions) closed by
- fixed: In 3f7615cddc69235d466fb680fb05869f2a80d1e4: […]
- 15:18 Changeset [3f7615cd]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22317 -- Fixed documented handler400 default value
- 14:47 Ticket #22291 (transactions.atomic (with savepoints) doesn't work correctly with ...) closed by
- fixed: In 58161e4e93d1fc796fc804c943028d4433f4813c: […]
- 14:45 Changeset [58161e4e]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL. …
- 11:34 Ticket #22320 (assertNumQueries should capture call stacks) created by
- When an assertNumQueries assertion fails there are two things that are …
- 06:00 Ticket #22319 (ValueError: Related model cannot be resolved) created by
- Hey! When I try to migrate comments model I get an error: […] It …
- 00:31 Ticket #22318 (Adding Form.has_error() to easily check if a given error has happened.) created by
- Since #17413, it's possible to know, not only if a field has errors, …
03/22/2014:
- 22:14 Ticket #15145 (__in is ignored by an excluded query if foo__in is set to an empty iterable) closed by
- fixed: Yeah, seems to be fixed in master. (Going by the test case I presented.)
- 21:53 Ticket #22317 (Wrong default value for handler400 in django.conf.urls utility functions) created by
- On …
- 20:21 Ticket #17556 (Let Media classes to inherit) closed by
- duplicate
- 19:16 Ticket #22316 (TimeField lacks hour/minute filters) created by
- #8424 added hour/minute/second filter lookups to DateTimeField, but …
- 17:12 Changeset [a6fc1859]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed PostGIS test failures.
- 17:02 Ticket #22315 (str/bytes mismatch in ManifestFilesMixin causes failure on Python 3) created by
-
The issue is that
load_manifest
returns bytes rather than a string … - 16:50 Ticket #22299 (Wizard storage should delete temp files when reset) closed by
- fixed: In fa8b4735287c92b03d23823de8a4e1168d1951d9: […]
- 16:48 Changeset [fa8b473]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22299 -- Cleanup wizard temp files when possible. Thanks to …
- 15:36 Ticket #22308 (Transaction-related test failures on MySQL) closed by
- fixed: In b66e85342b6ab28b7f48b47fe3fcfbccd5d9943f: […]
- 15:35 Changeset [b66e8534]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22308 -- Regression from 0f956085. Rewrote the test for #9479 …
- 15:32 Ticket #22313 (Remove u'' prefix from strings in documentation) closed by
- fixed: In 3a97f992fbfbcf8b0480875b257e5d541a4b8315: […]
- 15:32 Changeset [3a97f992]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22313 -- Removed 'u' prefixes from documentation
- 15:12 Changeset [232181d]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Advanced deprecation warnings for 1.8.
- 13:58 Changeset [74b34676]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed GeoRSSSitemap Refs #18531.
- 13:43 Changeset [491419b]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made m2m fields form help_text munging specific to admin widgets. …
- 13:32 Ticket #20684 (Support form element attributes with no value) closed by
- fixed: In e61d99d96daedfea2f6ba071945ef0d2f86883c7: […]
- 13:28 Changeset [e61d99d9]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets.
- 13:27 Ticket #22313 (Remove u'' prefix from strings in documentation) created by
- As part of making the docs "Python 3 first", we should remove the …
- 12:46 Ticket #22307 (tempfile.SpooledTemporaryFile passed to File causes exception) closed by
- fixed: That fixed it. Thanks for the heads up.
- 12:17 Changeset [6d254e5a]stable/1.7.x by
- [1.7.x] Removed an unused variable. Backport of 684e8a941b from master
- 12:11 Changeset [684e8a94]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed an unused variable.
- 12:05 Changeset [96fc390]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a failing test introduced in …
- 11:11 Changeset [d345a030]stable/1.7.x by
- [1.7.x] Fixed #22241 -- Selectively added line breaks in admin …
- 11:11 Ticket #22241 (Extra line break tags in ...) closed by
- fixed: In c94bff2b26f8844fe15d68a79511ff3a6853dc61: […]
- 11:00 Changeset [c94bff2b]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22241 -- Selectively added line breaks in admin read-only …
- 10:54 Changeset [908bdea4]stable/1.7.x by
- [1.7.x] Fixed #22256 -- Replaced bad fallback for missing PATH Thanks …
- 10:53 Ticket #22256 (Crash in find_program when PATH isn't defined) closed by
- fixed: In acee46fc950153c1c411f779b20f66141eb0d245: […]
- 10:52 Changeset [acee46f]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22256 -- Replaced bad fallback for missing PATH Thanks …
- 10:42 Ticket #22294 (length filter changes type of output to string if passed safe string) closed by
- fixed: In bc315266c86f371ab04d05c43383775267e8595a: […]
- 10:39 Changeset [bc31526]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22294 -- Prevented converting length filter output to string …
- 10:39 Ticket #22312 (Dajngocomments documentation) closed by
- duplicate: Duplicate of #22311
- 10:30 Ticket #22312 (Dajngocomments documentation) created by
- A have passed by a link …
- 09:46 Ticket #22301 (Management command style should check self.output.isatty()) closed by
-
duplicate: In that case, the output coloring is not done by
OutputWrapper
, but … - 09:05 Changeset [c9b2feff]stable/1.6.x by
- [1.6.x] Tweaked strip_tags tests to pass on Python 3.3 Backport of …
- 08:44 Changeset [07d4b3c8]stable/1.7.x by
- [1.7.x] Tweaked strip_tags tests to pass on Python 3.3 Backport of …
- 08:43 Changeset [6a0291bd]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Tweaked strip_tags tests to pass on Python 3.3
- 08:39 Changeset [6877a9d]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Avoided transactional truncates on amateur databases. Fixed a test …
- 08:21 Changeset [f05f5c2]stable/1.6.x by
- [1.6.x] Removed a strip_tags test for older Python versions Django's …
- 06:56 Changeset [ee4edb1e]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Made ModelForms raise ImproperlyConfigured if the list of fields is …
- 06:37 Changeset [5f7b3e56]stable/1.6.x by
- [1.6.x] Added release note about strip_tags improvement Backport of …
- 06:35 Changeset [4b725320]stable/1.7.x by
- [1.7.x] Added release note about strip_tags improvement Backport of …
- 06:25 Changeset [1c8dbb0c]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added release note about strip_tags improvement
- 06:22 Ticket #22311 (Customising the comments framework link broken) closed by
- invalid: The comments framework has been removed from current development …
- 06:06 Ticket #22311 (Customising the comments framework link broken) created by
- First hit under google for 'customising the comments framework' …
- 05:19 Changeset [f108b1f]stable/1.4.x by
- [1.4.x] Clarified striptags documentation The fact that striptags …
- 05:14 Changeset [468d0607]stable/1.5.x by
- [1.5.x] Clarified strip_tags documentation The fact that strip_tags …
- 05:07 Changeset [d1503afd]stable/1.6.x by
- [1.6.x] Improved strip_tags and clarified documentation The fact that …
- 05:05 Changeset [0757e0f3]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Avoided transactional DDL on castrated databases. Fixed a test …
- 05:01 Changeset [80f08db]stable/1.7.x by
- [1.7.x] Improved strip_tags and clarified documentation The fact that …
- 04:59 Changeset [6ca6c36]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Improved strip_tags and clarified documentation The fact that …
- 04:55 Changeset [0c19383a]stable/1.7.x by
- [1.7.x] Fixed #22302 -- Updated Finnish locale formats Backport of …
- 04:52 Ticket #22310 (Document exact usage of and consequences of rotating SECRET_KEY) created by
- Occasionally, people have accidents with their secret keys. It is …
- 04:37 Ticket #22302 (Finnish formatting of dates, times and numbers) closed by
- fixed: In aaa21102592e96c543d60513755d6c81f639f122: […]
- 04:35 Changeset [aaa2110]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22302 -- Updated Finnish locale formats
- 02:28 Ticket #22309 (DatabaseFeatures.supports_transactions should use temporary tables) created by
- I am using South 0.8.4 (refer to source …
03/21/2014:
- 19:18 Changeset [80e69605]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed unused imports.
- 18:34 Changeset [d74e33e]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed backwards compatibility code to call …
- 18:25 Changeset [306283b]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed warning for Widget.is_hidden property. refs #22137.
- 18:10 Changeset [e80de93a]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed hard-coded help_text for ManyToManyFields that use a …
- 16:38 Ticket #22308 (Transaction-related test failures on MySQL) created by
- Some tests that relied on internals of the legacy transaction …
- 16:35 Ticket #22307 (tempfile.SpooledTemporaryFile passed to File causes exception) closed by
- fixed: In 918a16bc4c099ab0cae72a231de3e99e2a9d02cb: […]
- 16:34 Changeset [918a16b]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22307 -- Fixed SpooledTemporaryFile bug in File class. Added …
- 16:17 Changeset [7e0f909]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed BaseDatabaseCreation.set_autocommit per deprecation timeline.
- 16:16 Changeset [6993f288]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in comments.
- 16:16 Changeset [051c666a]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed django.db.backend per deprecation timeline.
- 16:11 Changeset [c8c2d606]stable/1.6.x by
- [1.6.x] Small doc changes missed in 66076268. Partial backport of …
- 16:09 Changeset [60d2213d]stable/1.7.x by
- [1.7.x] Small doc changes missed in 66076268. Partial backport of …
- 16:07 Changeset [253e8ac2]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed django.middleware.doc. Refs #20126. Small doc changes missed …
- 15:40 Changeset [ad3942d3]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- The cycle and firstof tags no longer raise warnings. Refs #17906.
- 15:38 Changeset [ad83d37b]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed useless warning silencing. If memory serves, the …
- 15:34 Changeset [06160cb]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed deprecated TRANSACTIONS_MANAGED setting.
- 15:29 Changeset [753a22a6]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed transaction handling in two management commands. Previously, …
- 15:24 Ticket #22303 (Have get_object_or_404 check catch ValueError) closed by
-
wontfix: I think cloaking
ValueError
at queryset creation time would cause … - 15:06 Changeset [0f95608]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed legacy transaction management per the deprecation timeline.
- 14:59 Ticket #22304 (permission creation during the migration raises data error) closed by
- duplicate: Duplicate of #8162.
- 14:25 Ticket #22305 (MaxLengthValidator doesn't take database encoding into account) closed by
- worksforme: Hi, Your database should validate the length of the text, not of …
- 14:02 Changeset [79989263]stable/1.7.x by
- [1.7.x] Fixed typos in docs (django.contrib.site) Backport of …
- 13:56 Changeset [907ac646]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typos in docs (django.contrib.site)
- 12:36 Changeset [bf5430a]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed django.test.simple and django.test._doctest per deprecation …
- 12:23 Changeset [b71f183d]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed broken link in 1.7 release notes due to removal of deprecated …
- 12:19 Ticket #22307 (tempfile.SpooledTemporaryFile passed to File causes exception) created by
- When a File object is created from a tempfile.SpooledTemporaryFile, an …
- 12:17 Changeset [1ea44a3a]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Switched {% cycle %} and {% firstof %} tags to auto-escape their …
- 11:37 Ticket #22306 (Deprecate future versions of cycle and firstof tags) created by
- Now that the deprecation of the non-escaping versions of these tags is …
- 10:36 Ticket #22305 (MaxLengthValidator doesn't take database encoding into account) created by
- Interesting issue we came across today. Consider the following: …
- 10:35 Changeset [27404835]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed reading of legacy admin popup GET parameter. refs #20288.
- 10:25 Changeset [0726482c]stable/1.6.x by
- [1.6.x] Replaced an instance of PIL with Pillow in the docs. Backport …
- 10:23 Changeset [563d6a6b]stable/1.7.x by
- [1.7.x] Replaced an instance of PIL with Pillow in the docs. Done in …
- 10:20 Changeset [cb47969]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed warning for settings.ADMIN_FOR which has been removed. refs …
- 10:18 Changeset [797d742]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed django.forms.widgets.RadioInput per deprecation timeline. …
- 10:10 Changeset [f6c1f05]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed Model._meta.module_name per deprecation timeline. refs #19689.
- 09:54 Changeset [4965a774]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed PIL compatability layer per deprecation timeline. refs #19934.
- 08:53 Changeset [6d1ae5e2]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed reading of old 'django_language' session variable per …
- 08:46 Ticket #22304 (permission creation during the migration raises data error) created by
- A DataError raises while permissions are created. I think there is a …
- 08:46 Changeset [f567d04]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed settings.CACHE_MIDDLEWARE_ANONYMOUS_ONLY per deprecation …
- 08:16 Ticket #22303 (Have get_object_or_404 check catch ValueError) created by
- A pretty simple change, but one that I would find very helpful in …
- 07:50 Changeset [8b81dee]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed fix_ampersands template filter per deprecation timeline. Also …
- 07:27 Changeset [99339c7]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed Model._meta.get_(add|change|delete)_permission methods per …
- 06:56 Changeset [9344bbb4]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed django.views.defaults.shortcut and django.conf.urls.shortcut …
- 06:47 Changeset [bcc15e2b]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed backward compatible shims to rename get_query_set and similar …
- 06:15 Changeset [11e22129]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed settings.SEND_BROKEN_LINK_EMAILS per deprecation timeline.
- 06:05 Changeset [aa93a189]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed contrib.comments per deprecation timeline.
- 05:25 Changeset [caa753f]stable/1.7.x by
- [1.7.x] Fixed flake8 warnings. Backport of 35f46ec7a9 from master
- 05:24 Changeset [35f46ec7]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed flake8 warnings.
- 05:19 Changeset [86c89265]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added stub release notes for 1.8.
- 05:18 Changeset [b74ec85c]stable/1.7.x by
- [1.7.x] Fixed #22255 -- Added support for specifying re flags in …
- 05:17 Changeset [2f37ad8]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Bumped version to reflect master is now pre-1.8.
- 05:15 Ticket #22255 (RegexValidator needs support for flags passed to `re.compile` ...) closed by
- fixed: In 4d0c5f61427a8e67552ee2d777fffbadc7aff3b2: […]
- 05:14 Changeset [cc8a800d]stable/1.7.x by
- [1.7.x] Fixed minor syntax error in Queryset docs Backport of …
- 05:12 Changeset [4d0c5f61]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22255 -- Added support for specifying re flags in RegexValidator
- 05:02 Changeset [f2eea960]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed minor syntax error in Queryset docs
- 04:08 Ticket #22302 (Finnish formatting of dates, times and numbers) created by
- Django lacks the proper configurations for formatting dates, times and …
- 03:07 Ticket #22301 (Management command style should check self.output.isatty()) created by
- When running `output = io.StringIO(); …
- 02:48 Ticket #22300 (Migrations fail if a relation field is added where a non-rel field was) created by
- Scenario is this: I have deleted a CharField with choices and replaced …
- 02:37 Ticket #22299 (Wizard storage should delete temp files when reset) created by
- In order to keep reference to files uploaded through forms during a …
03/20/2014:
- 19:42 Changeset [dda62244]stable/1.7.x1.7b1 by
- [1.7.x] Bump version numbers for 1.7 beta 1.
- 16:52 Ticket #21955 (Formset save_as_new=True causes "This QueryDict instance is immutable" ...) closed by
-
invalid: I'm not sure this is legal. Django's tests pass an
instance
and in … - 16:33 Ticket #22298 (Rename Form Media to Static (or get rid of Form Media completely?)) created by
- The confusion between media and static files is almost cleared, except …
- 16:27 Ticket #22297 (TransactionMiddleware signals connection_created too early) closed by
- fixed: This will be fixed by app-loading in 1.7 ;-) Look for the wall of …
- 16:23 Ticket #22160 (TimeField default argument not working.) closed by
-
needsinfo: Aren't you confusing
default
andinitial
too? - 16:22 Ticket #22163 (select_for_update should take nowait directly) closed by
- fixed: In 222262ca2354abadf259f4186a0b43f583ed1bd1: […]
- 16:22 Changeset [222262ca]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22163 -- Stopped ignoring unhandled kwargs in select_for_update.
- 16:17 Ticket #22282 (models.BooleanField.blank should be 'False' if BooleanField has choices) closed by
-
needsinfo: Let's start with form fields. A
BooleanField
is rendered by default … - 16:07 Ticket #22297 (TransactionMiddleware signals connection_created too early) created by
- This may or may not be a django bug. I have a project that uses …
- 15:56 Ticket #17802 (Pass the request down to the Sitemap callable) closed by
- duplicate: I can't say what the proper solution is, but I'm afraid hardcoding a …
- 15:49 Ticket #22090 (ModelAdmin list_filter field member values are serialized using ...) closed by
- needsinfo: I'm not sure to understand your message. Since you're referring to …
- 15:39 Ticket #22238 ({% url %} allow optional parameters) closed by
- needsinfo: Please propose a solution.
- 15:36 Ticket #22109 (clarify difference between relative and absolute STATIC_URL) closed by
-
wontfix: The docs for
STATIC_URL
link to the docs for thestaticfiles
app, … - 15:29 Ticket #22037 (Allow testing and dumping legacy database without enabling syncdb) closed by
- duplicate: This appears to be a duplicate of #21906.
- 15:25 Ticket #22203 (Automatically get default value for "current_app", for easier ...) closed by
- wontfix: In fact, I'm going to reject the idea to use global state for this …
- 15:12 Ticket #22004 (Allow session.modified with an explicit False value to override ...) closed by
- wontfix: Your proposal could degenerate into a war of (overrides that …
- 14:44 Ticket #20373 (Simple Multi-DB read replica unit test raises TransactionManagementError) closed by
- needsinfo: After changing the settings file to: […] The example works for me …
- 14:37 Ticket #21966 (Incorrect usage of constraint_checks_disabled in tests) closed by
-
needsinfo: Indeed,
constraint_checks_disabled
and related APIs exist only … - 13:44 Ticket #22243 (migrate raises IndexError when getting parent from self.graph) closed by
- invalid
- 13:22 Ticket #22231 (Subdomain support in Sitemaps) closed by
- wontfix: This isn't an API, it's a hack. Generally speaking, I'm not convinced …
- 12:59 Ticket #22280 ("Conflicting models in application" RuntimeError for same model with ...) closed by
- needsinfo: Closing again, because I don't think there's a bug in Django. I will …
- 12:58 Ticket #22291 (transactions.atomic (with savepoints) doesn't work correctly with ...) closed by
- needsinfo: I assume Django raises an exception when trying to rollback to the …
- 12:37 Ticket #22296 (m2m_changed pk_set value inconsistent between post_add and post_remove) created by
-
the docs say:
"
pk_set
: For the pre_add, post_add, pre_remove and … - 12:30 Changeset [0cf158cf]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a small collection of flake8 violations that had snuck in
- 10:48 Ticket #22289 (Field with Validator always considered changed in migrations) closed by
- needsinfo: I'm also unabled to reproduce this (tried sqlite and postgres). I did …
- 10:06 Ticket #22249 (Cannot resolve keyword '' into field. Choices are:...) closed by
-
worksforme: Hi,
Using the provided models (I also defined an empty
Tag
model … - 06:00 Ticket #22295 (admin/base.html only shows #user-tools when user is staff) created by
- The build-in Django Admin ships with the admin/base.html template. …
- 05:56 DjangoSuccessStoryBuddyNS edited by
- (diff)
- 05:43 Ticket #21952 (Deadlock while dispatching signals) closed by
- fixed: Since the original report is fixed, this should stay as fixed. Please …
- 04:50 Ticket #22294 (length filter changes type of output to string if passed safe string) created by
- if you do: […] what happens is what you expect to happen - the …
- 04:37 Changeset [3ecc25bd]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed a file accidentally added in …
- 04:12 Ticket #22290 (Forms DateField show_hidden_initial USE_L10N = False and custom ...) closed by
- needsinfo: I cannot reproduce that issue, see the test I'm attaching.
- 02:11 Ticket #22286 (TypedChoiceField rejects valid input with coerce=float) closed by
- worksforme: The logic around to_python and TypedChoiceField was changed in …
Note: See TracTimeline
for information about the timeline view.