Timeline
05/28/2014:
- 19:46 Changeset [d240b29]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a typo that Tim Graham noticed
- 19:39 Changeset [1dcc603e]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed several typos in Django
- 19:17 Changeset [e79725c]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Simplified, very slightly, some code in the oracle backend
- 19:14 Ticket #22723 (Substituting a custom User model doesn't use get_user_model() properly) closed by
- invalid: In this case, importing the actual model is correct. The import is …
- 19:12 Ticket #22720 (Migrating a model with 'order_with_respect_to' tries to create the ...) closed by
- fixed: In 6cfa2fae3963c11e4c8ad180decba2928736dba0: […]
- 19:12 Changeset [61185bba]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #2734 from valberg/double_order_trouble Fixed …
- 18:43 Ticket #22678 (forms.Form silently won't bind to POST data (under certain ...) closed by
- wontfix: I think it's reasonable to expect that most people won't mix types in …
- 18:38 Changeset [bf9953cf]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Adding test to fix of duplicate _order fields (#22720)
- 18:00 Changeset [6cfa2fa]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22720 -- Migrations attempt to create _order twice.
- 17:14 Ticket #22716 (The unique error message uses incorrect grammar) closed by
- invalid: It's true that it's not the way normal English is punctuated. …
- 16:43 Ticket #22723 (Substituting a custom User model doesn't use get_user_model() properly) created by
- In the …
- 15:38 Ticket #22722 (runserver - read environment variables from a .env file) created by
- Just bumped into [https://github.com/joke2k/django-environ this cool …
- 15:38 Ticket #20553 (Useless checks in loadddata [fix in 1.7]) closed by
- fixed: Was fixed by [97ac22ebfca0a5b0759f495cc5d7bed3f9da6615].
- 15:20 Ticket #22721 (Fallback encoding support on request.GET required for MSIE) created by
- Originally described at …
- 13:34 Ticket #22720 (Migrating a model with 'order_with_respect_to' tries to create the ...) created by
- Having the following models: […] Creating migrations works fine: …
- 13:26 Changeset [b8b1fbd4]stable/1.7.x by
- [1.7.x] Set straight the sense of 'uppercases_column_names' feature flag
- 13:16 Changeset [69337d4]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Set straight the sense of 'uppercases_column_names' feature flag
- 12:54 Ticket #22719 (Proposal: Delayed Form binding (with working example code)) closed by
- wontfix: Okay, will close this for now. Please reopen if you have any further …
- 12:51 Changeset [7e3cf3cf]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed constant_time_compare on Python 2.7.7 Python 2.7.7 includes …
- 12:24 Ticket #22684 (SelectDateWidget's none_value is not changeable) closed by
- fixed: In 32586b0ba43816d325be0ce807f75623683eed7a: […]
- 12:23 Changeset [32586b0b]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #22684 -- Added
empty_label
option on … - 11:17 Ticket #22715 (Failing tests on Oracle/Python 3) closed by
- fixed: In fd427f1fe3c563d5fe0badfec0a39d6cd43454da: […]
- 11:02 Changeset [5f135e6]stable/1.7.x by
- [1.7.x] Fixed #22715: Corrected sql for defaults of BinaryField on …
- 10:57 Changeset [fd427f1]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22715: Corrected sql for defaults of BinaryField on Oracle with …
- 10:22 Changeset [b7aa7c4a]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20550 -- Added ability to preserve test db between runs
- 10:06 Ticket #22719 (Proposal: Delayed Form binding (with working example code)) created by
- Hello everybody! I would like to propose adding a mechanism to "bind" …
- 09:10 Ticket #22709 (Problem with negating Q object) closed by
- duplicate: Yes, implementing .exclude() correctly is hard - when multiple filter …
- 05:21 Ticket #22718 (django.core.files.File doesn't handle certain file-like objects (e.g. ...) created by
- django.core.files.File checks for presence of seek() method before …
- 04:47 Ticket #22717 (FileField.url returns a wrong URL) created by
- models.py: […] storages.py: […] Django shell: […] Expected …
- 03:15 Changeset [c9a4c1d8]stable/1.6.x by
- [1.6.X] Added missing commas to list of strings
- 02:35 Changeset [91ef348b]stable/1.7.x by
- [1.7.x] Fixed #21630 -- Simplified management command discovery …
- 02:25 Ticket #22714 (Convert django.contrib.gis.memoryview to use six) closed by
- fixed: In e97b7a26779054e7bb4326c688b0ed7823037dec: […]
- 02:24 Changeset [e97b7a26]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22714 -- Made contrib.gis use six-provided memoryview type …
05/27/2014:
- 19:11 Changeset [082920d]stable/1.6.x by
- [1.6.x] Fixed #22601 -- Added a note about model inheritance. Thanks …
- 19:11 Changeset [5d7ad16a]stable/1.7.x by
- [1.7.x] Fixed #22601 -- Added a note about model inheritance. Thanks …
- 18:48 Changeset [0204893a]stable/1.7.x by
- [1.7.x] Added a word to the docs wordlist.
- 18:46 Changeset [4b57e203]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed spelling in docs.
- 18:43 Ticket #22601 (Migrations don't recognize fields added by mixins) closed by
- fixed: In 2ea1e70b85fee2ee1229c62b82ae283bea68cb73: […]
- 18:42 Changeset [2ea1e70]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22601 -- Added a note about model inheritance. Thanks semenov …
- 17:28 Changeset [d0f7c7f]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Argument to
reversed
must be a sequence on Py3. - 17:23 Changeset [fed2877c]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fix a regression introduced by f011b90363.
django.get_version
was … - 17:12 Ticket #22716 (The unique error message uses incorrect grammar) created by
-
The default unique error message, found in
django.db.models.fields
… - 17:01 Ticket #22715 (Failing tests on Oracle/Python 3) created by
- cx_Oracle 5.1.3 includes fixes the segfaults encountered with Python …
- 16:55 Ticket #22713 (Unable to load initial data with ForeignKey field during migration in 1.7b4) closed by
- duplicate: Alright I'll mark this ticket as duplicate of #22659 in this case.
- 16:30 Ticket #22714 (Convert django.contrib.gis.memoryview to use six) created by
- These imports should use django.utils.six.memoryview instead.
- 16:17 Ticket #22713 (Unable to load initial data with ForeignKey field during migration in 1.7b4) created by
- Here is a models.py from my really simple demoapp […] And …
- 15:28 Changeset [f011b903]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed an old compatibility shim added in 1.0
- 15:23 Ticket #21630 (Simplify find_management_module) closed by
- fixed: In fe53bc524b9c7cbc814868acde94226d0ba2bc84: […]
- 15:18 Changeset [fe53bc52]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21630 -- Simplified management command discovery Thanks …
- 14:46 Changeset [430faebe]stable/1.7.x by
- [1.7.x] Fixed #22699 -- Configure default settings in some management …
- 14:44 Ticket #22699 (app registry error when running startproject with a template ...) closed by
- fixed: In 4865326f2200aa1c480526feef5428cf780ab3c6: […]
- 14:43 Changeset [4865326f]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22699 -- Configure default settings in some management …
- 12:57 Ticket #22712 (Consider not using built-in functions as parameters) created by
-
Currently the staticfiles finders'
find
function has a parameter … - 12:21 Ticket #22711 (Check framework doesn't allow model's Meta.ordering attribute to have ...) created by
-
In #19195 was introduced a way to perform ordering by
ForeignKey
… - 10:34 Ticket #22710 (Document aggregation behaviour for empty querysets) created by
- It is not stated in the documentation that aggregation operations …
- 10:21 Ticket #22709 (Problem with negating Q object) created by
- Hello, I have 2 models. One is the computer model which has a M2M …
- 08:26 Ticket #22708 (InvalidBasesError when running manage.py migrate) created by
- what does it exactly means and how to handle it? all the time after …
- 07:39 Ticket #22696 (Support for DISTINCT ON in sqlite3) closed by
- wontfix
- 03:34 Ticket #22707 (Database-related terminology in docs is misleading) closed by
- wontfix
- 03:23 Ticket #22707 (Database-related terminology in docs is misleading) created by
- All occurences of "master/slave" were recently replaced with …
05/26/2014:
- 19:03 Ticket #22675 (Allow makemigrations --dry-run to output the migrations to stdout) closed by
- fixed: In 2e613ea5c52d4d12e071987178af18c0371d6e2f: […]
- 19:03 Changeset [c0a56001]stable/1.7.x by
- [1.7.x] Fixed #22675 -- makemigrations --dry-run to output migrations …
- 16:40 Changeset [2e613ea5]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #22675 -- makemigrations --dry-run to output migrations to …
- 12:56 Ticket #22702 (Management command options can be parsed twice.) closed by
- duplicate: This is probably a duplicate of #11407. Reopen if you think it's not …
- 12:52 Ticket #22706 (Debug error is not working fine when filepath is bad) closed by
- duplicate: Duplicate of #21668. I've made a note of your experience there, thanks.
- 12:02 Ticket #22706 (Debug error is not working fine when filepath is bad) created by
- Write an upload_to_function that overrides the upload_to on models. …
- 11:06 Ticket #22705 (can't bulk create models with no fields) created by
- I have a model […] I try to do this: […] it fails with …
- 09:38 Ticket #15995 (Problems in ModelForm._post_clean) closed by
- duplicate: Duplicate of #13776
- 09:13 Ticket #22703 (it should be possible to access the class from the template) closed by
- wontfix: You should avoid complex business logic in templates. If you really to …
- 08:44 Changeset [b625e861]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix an error in a documented lookup example.
- 07:56 Ticket #22704 ("collectstatic" fails when there is a dangling symlink (in the source)) created by
-
If there exists a dangling symlink in one of
STATICFILES_DIRS
, … - 07:17 Ticket #22703 (it should be possible to access the class from the template) created by
- I just noticed that it is not easily possible to get the class of an …
- 05:04 Ticket #22702 (Management command options can be parsed twice.) created by
- Under some circumstances, a management command option can be parsed …
- 01:57 Ticket #22693 (DeleteView.success_url set to reverse_lazy URL raises AttributeError ...) closed by
- wontfix: Considering 1.5 maintenance status, "experimental" Python 3 support in …
05/25/2014:
- 19:32 Ticket #22698 (runserver does not exit when checks fail) closed by
-
worksforme: The check is done on the
inner_run()
because it's part of the reload … - 19:28 Ticket #5437 (Make GDAL optional for GIS test runner) closed by
- wontfix: Given the lack of interest, I'm going to close this as "won't fix."
- 18:57 Ticket #20856 (Error with admin popups: expected a character buffer object) closed by
- invalid
- 18:55 Ticket #22664 (Allow the admin to optionally reference instances by slug instead of pk) closed by
- needsinfo: Without seeing a patch it's difficult to evaluate the idea, but I tend …
- 18:37 Ticket #22692 (`makemigrations` command options not documented.) closed by
- fixed: In e98d303562a50c57b55bbe2d4ebdec76f6624770: […]
- 18:37 Changeset [4d4ea654]stable/1.7.x by
-
[1.7.x] Fixed #22692 -- Added docs for
makemigrations
two command … - 18:34 Changeset [e98d303]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
-
Fixed #22692 -- Added docs for
makemigrations
two command options. … - 18:26 Changeset [83f4e86]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed too short title underline in docs.
- 18:03 Changeset [22d33d52]stable/1.7.x by
- [1.7.x] Fixed typo in docs/ref/models/custom-lookups.txt. Backport of …
- 18:01 Changeset [2b432d46]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed typo in docs/ref/models/custom-lookups.txt.
- 17:07 Changeset [47d345f]stable/1.7.x by
- [1.7.x] Restored Python 2 compatibility. Backport of …
- 17:07 Changeset [ee51ab9]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Restored Python 2 compatibility.
- 16:17 Changeset [099625d]stable/1.7.x by
- [1.7.x] Removed executeable bit from a few files. Backport of …
- 16:16 Changeset [9d1bf8f8]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed executeable bit from a few files.
- 16:15 Changeset [1992d55]stable/1.7.x by
- [1.7.x] Fixed a few warnings in the testsuite. Backport of …
- 16:14 Changeset [536ebaa]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a few warnings in the testsuite.
- 16:01 Changeset [417ec4a6]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a ResourceWarning that wasn't properly fixed by the previous …
- 15:23 Changeset [b7de5f5]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed a few ResourceWarning in the test suite. Refs #22680.
- 14:26 Changeset [0c685ab6]stable/1.7.x by
- [1.7.x] Removed code deprecated from Django 1.2 Backport of …
- 14:25 Changeset [2779c299]stable/1.10.xstable/1.11.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed code deprecated from Django 1.2
- 13:13 Ticket #22700 (Wrong signature of def vote() in generic views) closed by
- invalid: I think you made a mistake. The URLconf in the block above still uses …
- 12:55 Ticket #22701 ('no such table: django_session' with python 3 in os x mavericks) closed by
-
invalid: In the commands, you are missing
./manage.py migrate
. This is new in … - 09:59 Ticket #22701 ('no such table: django_session' with python 3 in os x mavericks) created by
- OS and Python versions: OS X 10.9.3 installed python 3.4.1 from …
- 09:57 Ticket #22700 (Wrong signature of def vote() in generic views) created by
- In the tutorial on Django v1.6 Part 4 you wrote in "Amend Views" …
- 07:03 Ticket #22699 (app registry error when running startproject with a template ...) created by
- Repro: […] Where template/project.py contains: […] And the …
- 03:17 Ticket #22698 (runserver does not exit when checks fail) created by
- Normally I'd think if process of any kind has fatal errors, it should …
- 02:56 Ticket #22697 (Add a public API for extending Settings) created by
-
Django currently has
conf.settings.configure()
as a way to configure … - 01:59 Ticket #22696 (Support for DISTINCT ON in sqlite3) created by
- .distinct() raises NotImplementedError when using sqlite3 backend. …
- 01:49 Ticket #22694 (Code error in Django 1.6 tutorial, part 3) closed by
- worksforme: Hi, The code looks OK to me. I suspect you might have typed …
- 01:43 Ticket #22695 (ticket_booking) closed by
- invalid: Hi, What exactly is the problem being reported here?
- 01:32 Ticket #22695 (ticket_booking) created by
- ---- == ==
Note: See TracTimeline
for information about the timeline view.