Timeline
10/23/2013:
- 21:48 Ticket #21315 (Possible Error in Tutorial pt. 3) closed by
- invalid: The tutorial is correct as written. You've using the wrong version of …
- 21:38 Ticket #21315 (Possible Error in Tutorial pt. 3) created by
- Hello, I just lost about 30 minutes chasing down an error while …
- 18:27 Ticket #20945 (Allow cache tag to use specified cache config.) closed by
- fixed: In 8688f03eef9cf5fd763ba35481ddcff933a60c30: […]
- 18:27 Changeset [8688f03e]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #20945 -- Allowed cache tag to use a specific cache.
- 17:36 Ticket #21314 (Feature request: allow renaming of fields in dicts returned by ...) closed by
- duplicate: Duplicate of #16735
- 17:29 Changeset [3a46f621]stable/1.4.x by
- [1.4.x] Bumped release date for 1.5.5 & 1.4.9. Backport of 4ce5c119b5 …
- 17:29 Changeset [f571345e]stable/1.5.x by
- [1.5.x] Bumped release date for 1.5.5 & 1.4.9. Backport of 4ce5c119b5 …
- 17:29 Changeset [bc62a20a]stable/1.6.x by
- [1.6.x] Bumped release date for 1.5.5 & 1.4.9. Backport of 4ce5c119b5 …
- 17:28 Changeset [4ce5c119]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Bumped release date for 1.5.5 & 1.4.9.
- 17:27 Ticket #19941 (Make running django's test suite easier) closed by
- fixed: In c573d6de173c0e6743473081cde786e749641a48: […]
- 17:27 Changeset [c573d6d]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19941 -- Removed sys.path hack when running the test suite. …
- 17:18 Ticket #21314 (Feature request: allow renaming of fields in dicts returned by ...) created by
- It would be convenient to be able to rename the fields returned by …
- 16:56 Changeset [5ab8b5d7]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fix migration planner to fully understand squashed migrations. And test.
- 12:56 Ticket #21170 (Clearing DatabseCache doesn't work with Oracle backend.) closed by
- needsinfo: So we're not fixing for pre-1.6; and there seems to be no problem for …
- 12:49 Ticket #21313 (load tag before extends) created by
- I'd like to be able to load a template tag before extends. I don't …
- 11:22 Ticket #12027 (EmailField validation is incorrect, trailing dots fail) closed by
- fixed: In 4cfbde71a33973cb8c8da406b2523dfc742358e7: […]
- 11:22 Changeset [4cfbde71]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #12027 -- Fixed EmailValidator to reject a trailing dot. Thanks …
- 10:29 Ticket #21311 (Issues using mySQL on OS X in the tutorial) closed by
- worksforme: Looks like you had a pretty good experience with the tutorial. I've …
- 10:16 DevelopersForHire edited by
- (diff)
- 09:57 Changeset [efb05978]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Merge pull request #1801 from collinanderson/patch-10 typo in 1.7 …
- 09:56 Changeset [d72059c2]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- typo on 1.7 release notes
- 09:04 Ticket #21312 (models.DateTimeField with default=now: South migration fails) created by
- This is a problem that didn't happen on django1.6b4, but does on …
- 08:55 Ticket #21310 (Admin recent actions section doesn't show content with ...) closed by
- worksforme: I'm unable to reproduce using this example custom user package here: …
- 08:06 Ticket #21298 (pep8 cleanup: expected 1 blank line, found 0) closed by
- fixed: In c3aa2948c6c14862407501290571f858ccf45b07: […]
- 07:52 Ticket #21311 (Issues using mySQL on OS X in the tutorial) created by
- Hi there! At first a big thank you for the great tutorial. I started …
- 07:45 Changeset [c3aa2948]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21298 -- Fixed E301 pep8 warnings
- 07:27 Changeset [7f5555d]stable/1.6.x by
- [1.6.x] Workaround admin scripts test failures on Windows+Python 3. …
- 07:15 Ticket #13245 (Document Oracle behavior regarding quoting of database table names) closed by
- fixed: In 6de3726423b8df4fb8ab05caa109a8c6308e6060: […]
- 07:05 Changeset [6de37264]stable/1.4.x by
- Fixed #13245: Explained Oracle's behavior w.r.t db_table and how to …
- 07:04 Changeset [cc0dcfc6]stable/1.5.x by
- Fixed #13245: Explained Oracle's behavior w.r.t db_table and how to …
- 07:01 Changeset [27f3f341]stable/1.6.x by
- Fixed #13245: Explained Oracle's behavior w.r.t db_table and how to …
- 06:51 Changeset [317040a7]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #13245: Explained Oracle's behavior w.r.t db_table and how to …
- 06:19 Changeset [aefc1d4]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Workaround admin scripts test failures on Windows+Python 3. Change …
- 05:09 Changeset [ae48d77]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed E225 pep8 warnings.
- 03:28 Ticket #21310 (Admin recent actions section doesn't show content with ...) created by
- If a custom model is specified in settings (AUTH_USER_MODEL), then the …
- 02:02 Ticket #21309 (Minimum Python version for 1.6?) closed by
- fixed: I've edited the blog post. Thank you.
- 01:47 Ticket #21309 (Minimum Python version for 1.6?) created by
- The announcement of RC1 says Python 2.7 is required …
10/22/2013:
- 21:56 Changeset [9c98205]stable/1.6.x1.6c1 by
- [1.6.x] Bump version number for 1.6 release candidate.
- 20:40 Changeset [bcc65c1]stable/1.6.x by
- [1.6.x] Fixed #21307 -- Moved TransRealMixin to django.test.utils. …
- 20:34 Ticket #21307 (humanize tests depend on a test case mixin defined on ...) closed by
- fixed: In 51d2e1fb233b5507bf14300787939717c4d93834: […]
- 20:19 Changeset [51d2e1fb]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21307 -- Moved TransRealMixin to django.test.utils.
- 19:25 Changeset [ead7c496]stable/1.4.x by
- [1.4.x] Added 1.4.9 release notes Backport of 2eb8f15516 from master
- 19:24 Changeset [6e413928]stable/1.5.x by
- [1.5.x] Added 1.5.5 and 1.4.9 release notes Backport of 2eb8f15516 …
- 19:24 Changeset [2e74d6cb]stable/1.6.x by
- [1.6.x] Added 1.5.5 and 1.4.9 release notes Backport of 2eb8f15516 …
- 19:01 Ticket #21308 (DatabaseError running tests with MySQL & utf8mb4 charset) created by
- Character set and collation set to utf8mb4: […] Create a new site …
- 18:25 Ticket #21307 (humanize tests depend on a test case mixin defined on ...) created by
- As reported in django-users …
- 17:01 DjangoJobs edited by
- (diff)
- 16:41 Changeset [2eb8f155]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added 1.5.5 and 1.4.9 release notes
- 16:21 Ticket #21303 (Allow custom link text for urlize filter) closed by
- wontfix
- 13:50 Ticket #20948 (Form ImageField, MemoryFileUploadHandler and reading content of the ...) closed by
- invalid
- 13:38 Ticket #20056 (get_cleaned_data_for_step & condition_dict in FormWizard) closed by
- duplicate: It doesn't appear to me that anyone complaining about this has done …
- 11:43 Ticket #21306 (Fix (or document) lower-casing behavior of title filter) created by
- The following seems unexpected to me, although there may be use cases …
- 11:23 Ticket #20376 (Inline permissions on self-related m2m field) closed by
- needsinfo: @ppetrid - I'm going to close this as "needs info" since it doesn't …
- 11:16 Ticket #21182 (Extra Column in Group By When Using date_trunc) closed by
- needsinfo: Closing as needs info in absence of a test to reproduce. Feel free to …
- 11:12 Ticket #21229 (Cygwin's gettext causes test failure) closed by
- wontfix: I guess the actionable item would be to document this, but I don't …
- 11:09 Ticket #21274 (django-admin's --template option fails to download from https via proxy) closed by
- needsinfo: Closing as needsinfo in absence of a proposal for what should be done …
- 11:06 Changeset [26d1496f]stable/1.5.x by
- [1.5.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txt …
- 11:06 Changeset [4499dc81]stable/1.6.x by
- [1.6.x] Fixed #21304 -- Typo in docs/topics/testing/advanced.txt …
- 11:06 Ticket #21304 (Wrong call to create_user on ...) closed by
- fixed: In 9704c49d5951aadbfc03624e399d881ebf7a3eb5: […]
- 11:05 Changeset [9704c49d]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21304 -- Typo in docs/topics/testing/advanced.txt Thanks joao …
- 11:03 Ticket #21305 (Implement initial migration detection) created by
- Currently documented functionality in topics/migrations is not …
- 10:15 Ticket #21304 (Wrong call to create_user on ...) created by
- In the page …
- 09:30 Ticket #17027 (Let ExpressionNodes use __pow__) closed by
- fixed: In 5240b83462ba4887b67da8d493dfdc23fec5df97: […]
- 09:29 Changeset [5240b83]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #17027 -- Added support for the power operator in F expressions. …
- 08:51 Changeset [1597503a]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed E221 pep8 warnings.
- 08:38 Ticket #21303 (Allow custom link text for urlize filter) created by
- My templates usually contain a lot of the following pattern: […] …
- 08:25 Ticket #5789 (Django LocaleMiddleware django_language should be _language) closed by
- fixed: In 0d0f4f020afe516f23fd2305f13ff0a6a539b344: […]
- 08:24 Changeset [0d0f4f02]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #5789 -- Changed LocaleMiddleware session variable to …
- 07:54 Ticket #21302 (Fix or ignore remaining "import *" statements) created by
-
The remaining
import *
statements are primarily to put all the … - 07:32 Changeset [8e2029f8]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed import * in tests. Thanks to flake8 path/to/file.py | awk -F …
- 07:10 Changeset [2110b313]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed indentation of example in tutuorial 2.
- 05:38 Changeset [b987fb18]stable/1.6.x by
- [1.6.x] Decode from UTF-8 explicitly when reading a text file in …
- 04:37 Changeset [71306096]stable/1.6.x by
- [1.6.x] Fixed an I18N test class tearDown method. a3690168cb from master.
- 04:09 Changeset [b5f52647]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Decode from UTF-8 explicitly when reading a text file in makemessages. …
10/21/2013:
- 22:52 Ticket #21301 (Directory Structure) closed by
- worksforme: Thank you for you kindly worded and considered opinion. However, …
- 22:04 Ticket #21301 (Directory Structure) created by
- I have a Django app and my static files are in: …
- 20:10 Ticket #21300 (Allow DateTimeField to return a naive datetime) created by
- Currently if USE_TZ = True is set in the settings file, the …
- 17:56 Changeset [ed67184]stable/1.5.x by
- Oracle defer test failure; refs #16436. Oracle doesn't like grouping …
- 16:36 DjangoResources edited by
- Added djanguru.com to community section (diff)
- 16:15 DjangoResources edited by
- Added django-ipware to the other application list. (diff)
- 14:28 Ticket #19724 (manage.py app commands enumeration fails silently when MEDIA_URL ...) closed by
- fixed: In a098bee1b9fa4df64f3fd72ff5cbae43bf27e539: […]
- 14:26 Changeset [a098bee]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #19724 -- Output note when showing only core management commands …
- 14:10 Changeset [6781dc62]stable/1.6.x by
- [1.6.x] Fixed #21249 -- variable name typo in compiler.get_grouping() …
- 14:10 Ticket #21249 (Typo in SQLCompiler.get_grouping()) closed by
- fixed: In 86c248aa646183ef4a1cb407bb3e4cb597272f63: […]
- 14:08 Changeset [86c248aa]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21249 -- variable name typo in compiler.get_grouping() The …
- 13:57 Ticket #21275 (Cannot use migrations if model field specifies validators) closed by
- fixed: In e565e1332ddfbb44fe7e6139375e3c243af7398d: […]
- 13:54 Changeset [e565e133]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21275 -- Fixed a serializer error when generating migrations …
- 13:33 Changeset [86373dc]stable/1.6.x by
- [1.6.x] Added docs for the hasher's iteration count changes. Backport …
- 13:33 Changeset [823951ec]stable/1.6.x by
- [1.6.x] Force update of the password on iteration count changes. …
- 13:32 Changeset [28b7042]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Added docs for the hasher's iteration count changes.
- 13:31 Changeset [7d0d0dbf]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Force update of the password on iteration count changes.
- 13:03 Changeset [c4f29c9]stable/1.4.x by
- [1.4.x] Fixed #21253 -- PBKDF2 with cached HMAC key This gives a 2x …
- 13:01 Changeset [166be6a]stable/1.5.x by
- [1.5.x] Fixed #21253 -- PBKDF2 with cached HMAC key This gives a 2x …
- 12:55 Changeset [37aea82b]stable/1.6.x by
- [1.6.x] Fixed #21253 -- PBKDF2 with cached HMAC key This gives a 2x …
- 12:55 Ticket #21253 (PBKDF2 with cached HMAC key) closed by
- fixed: In 1e4f53a6eb8d1816e51eb8bd8f95e704f6b89ead: […]
- 12:54 Changeset [1e4f53a]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21253 -- PBKDF2 with cached HMAC key This gives a 2x speed …
- 12:10 Changeset [045d192]stable/1.5.x by
- [1.5.x] Fixed #21296 -- Added docs for PostgreSQL and unix domains …
- 12:10 Changeset [15a6667]stable/1.6.x by
- [1.6.x] Fixed #21296 -- Added docs for PostgreSQL and unix domains …
- 12:10 Ticket #21296 (settings: adding a the unix socket dir path in DATABASES HOST works ...) closed by
- fixed: In 1e39982b6ef1fd10e53392f4cb52bea3805d186f: […]
- 12:02 Changeset [1e39982b]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21296 -- Added docs for PostgreSQL and unix domains sockets.
- 10:37 Ticket #21299 (verbose_name inconsistently capitalized in admin inlines) created by
- When I create an instance of a BaseInlineAdmin, the given verbose_name …
- 10:31 Changeset [3565efa]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Removed some direct settings manipulations in tests; refs #21230.
- 09:38 Ticket #21298 (pep8 cleanup: expected 1 blank line, found 0) created by
- To find errors, ensure you have an up-to-date master with the flake8 …
- 09:12 Ticket #21297 (CurrentSiteManager returns objects of superclass for sub-models that ...) created by
- Suppose I have two models, one inheriting the other: […] Then I …
- 07:52 Changeset [499cd912]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed E227 pep8 warnings
- 07:33 Ticket #21288 (pep8 cleanup: continuation line over-indented for hanging indent) closed by
- fixed: In b289fcf1bfeaa717ed465b2529a275b61dc02d92: […]
- 07:31 Changeset [b289fcf1]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed #21288 -- Fixed E126 pep8 warnings
- 07:18 DevelopersForHire edited by
- (diff)
- 05:03 Ticket #21296 (settings: adding a the unix socket dir path in DATABASES HOST works ...) created by
- The host documentation [1] doesn't mention that passing a unix socket …
10/20/2013:
- 23:18 Changeset [a3690168]stable/1.10.xstable/1.11.xstable/1.7.xstable/1.8.xstable/1.9.xstable/2.0.x by
- Fixed an I18N test class tearDown method.
- 09:35 Ticket #21295 (Add on_update support) created by
- There are cases where on-update cascade support would be useful. …
- 05:55 Ticket #21294 (Clarification of documentation logout next_page in GET) created by
- Currently, logout's documentation does not state clearly that the GET …
Note: See TracTimeline
for information about the timeline view.