https://github.com/django/django

sort by:
Revision Author Date Message Commit Date
dda6224 [1.7.x] Bump version numbers for 1.7 beta 1. 21 March 2014, 00:42:11 UTC
222262c Fixed #22163 -- Stopped ignoring unhandled kwargs in select_for_update. 20 March 2014, 21:22:00 UTC
0cf158c Fixed a small collection of flake8 violations that had snuck in 20 March 2014, 17:30:41 UTC
3ecc25b Removed a file accidentally added in 81f5408c7a16b8c79053950f05fe7a873506ca55. 20 March 2014, 09:37:39 UTC
831ce69 Mark model renaming as irreversible for now (#22248) 20 March 2014, 04:25:26 UTC
81f5408 Fixed #22275: unique_together broken if ForeignKey split into new file. Thanks to bak1an for the patch. 20 March 2014, 04:23:21 UTC
356f064 Merge pull request #2221 from bmispelon/LazyObject-refactor Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject... 20 March 2014, 04:01:24 UTC
ac9c770 Replaced reference to ModelAdmin.get_formsets() (deprecated) with get_formsets_with_inlines(). 20 March 2014, 00:37:00 UTC
0399523 Fixed #22253 -- Added django-i18n to the mailing lists docs. Thanks bmispelon for the suggestion. 19 March 2014, 11:22:01 UTC
c11b934 Fixed migration so MySQL GIS test doesn't fail; refs #22001. The test previously failed with the error: (1170, "BLOB/TEXT column 'name' used in key specification without a key length") 19 March 2014, 10:49:29 UTC
61fdb8d Fixed regression in file locking on some platforms. Some platforms with os.name == 'posix' do not have the fcntl module, e.g. AppEngine. refs #19373. 18 March 2014, 14:35:22 UTC
8520e43 Fixed a regression from 2e5b82f6277227b69e9a6c5261a6deb14fff15dc 18 March 2014, 14:30:52 UTC
2e5b82f Made a test app label unique. 18 March 2014, 13:51:06 UTC
fc167c9 Mentioned that ``dumpdata --natural`` is deprecated. 18 March 2014, 11:25:37 UTC
61296fb Fixed #22283 -- Updated documentation referring to non-existent tuples. 18 March 2014, 09:57:47 UTC
b47ef04 Fix any sqlite field migration deleting all implicit m2m tables Fixes #22281 18 March 2014, 03:54:35 UTC
cc5804b Amended login required mixin documentation to honor **initkwargs. 17 March 2014, 22:45:06 UTC
fad4736 Fixed #21179 -- Added a StreamingHttpResponse example for CSV files. Thanks charettes for the suggestion. 17 March 2014, 11:22:27 UTC
5840445 Fixed #22006 -- Documented how to write a login_required mixin for CBVs. Thanks django at patjack.co.uk for the suggestion and mockforest for the draft patch. 17 March 2014, 10:49:59 UTC
ad43fda Fixed #21860 -- Added to_field_name to ModelChoiceField docs. Thanks Keryn Knight for the suggestion. 16 March 2014, 19:40:52 UTC
abade64 Fixed #21991 -- Added warning regarding tests failure if locales not installed. Thanks reidrac for the report. 16 March 2014, 18:34:18 UTC
885e7ad Fixed #22242 -- Documented common cookie size limit. 16 March 2014, 14:40:59 UTC
834d78f Remove u prefixes, skip test unless spatial db. Refs #22001, d22b291890c1736a40c0ad97448c7318df2eebb2 15 March 2014, 12:49:03 UTC
659b567 Fixed #22184 -- Allowed template_tests.tests to be run isolated 15 March 2014, 11:34:11 UTC
bb2c58c Merge pull request #2430 from NathanRSmith/ticket_21989 Fixed #21989 - Modified first day of week in AU locale. Although Australia is a signatory to ISO 8601, there's a lot of evidence to suggest that this is in the same category as "officially, the USA uses metric". See the ticket for supporting details. 15 March 2014, 01:26:53 UTC
d22b291 Fixed #22001 -- Ensure db_type is respected. db_parameters should respect an already existing db_type method and return that as its type string. In particular, this was causing some fields from gis to not be generated. Thanks to @bigsassy and @blueyed for their work on the patch. Also fixed #22260 14 March 2014, 22:32:17 UTC
cfbc887 Changed start of week for Australia to Sunday as requested in https://code.djangoproject.com/ticket/21989 14 March 2014, 18:00:27 UTC
37f7f23 Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0. Thanks to trac user merb for the report. 14 March 2014, 16:21:59 UTC
666a2ad Merged model_forms_regress with model_forms tests 14 March 2014, 14:18:08 UTC
72cfbdc Fixed #6103 -- Splitted tests in model_forms tests 14 March 2014, 08:44:56 UTC
5a976b4 Fixed #22245 -- Avoided widget overwrite in forms.IntegerField subclasses Thanks Jeroen Pulles for the report and Simon Charette for the review. 13 March 2014, 15:58:14 UTC
958b511 Fixed #22262 -- Added the correct line in the last example of Translator lines 13 March 2014, 13:13:27 UTC
c8823cf Fixed a grammar error in topics/i18n/translation. Hooks are quantum; you can not have an amount of them. 13 March 2014, 09:04:30 UTC
5c5b266 Simplified implementation of collectstatic command. Since d2e242d16c6dde6f4736086fb38057424bed3edb made isinstance() calls work correctly on LazyObject, we can simplify the implementation of is_local_storage added in 7e27885c6e7588471fd94a4def16b7081577bdfc. 13 March 2014, 09:03:01 UTC
61917aa Fixed #21840 -- Moved dunder methods from SimpleLazyObject to LazyObject. This commit also added tests for LazyObject and refactored the testsuite of SimpleLazyObject so that it can share test cases with LazyObject. 13 March 2014, 09:03:01 UTC
4b4c704 Skip test for saving microseconds on backends which do not support it. 12 March 2014, 22:28:05 UTC
6983201 Fixed #20292: Pass datetime objects (not formatted dates) as params to Oracle This seems worthwhile in its own right, but also works around an Oracle bug (in versions 10 -- 11.1) where the use of Unicode would reset the date/time formats, causing ORA-01843 errors. Thanks Trac users CarstenF for the report, jtiai for the initial patch, and everyone who contributed to the discussion on the ticket. 12 March 2014, 21:43:45 UTC
fc79c3f Flake8 corrections 12 March 2014, 18:34:05 UTC
d181384 Fixed test failure on Oracle: model_fields.tests.test_float_validates_object Failing test introduced in fix for refs #22210. 12 March 2014, 18:17:43 UTC
aaad3e2 Fixed #22217 - ManyToManyField.through_fields fixes. - Docs description of arguments mix up. - Keep it from erroneously masking E332 check. - Add checks E338 and E339, tweak message of E337. 11 March 2014, 22:33:04 UTC
f4d9163 Remove failing test while we fix the underlying bug 11 March 2014, 17:33:57 UTC
c4f772e Fixed test failures on Windows. refs #21092 and 8d7e048a8b428bebe82be735a84570f9250441e6 11 March 2014, 14:46:13 UTC
6d3ebe1 Merge pull request #2418 from ramiro/21293-tweak Tweak password admin change form view context. Refs #21293. 11 March 2014, 14:28:35 UTC
1d42a86 Tweak password admin change form view context. Refs #21293. 11 March 2014, 12:52:43 UTC
89e4226 Updated spelling_wordlist. 11 March 2014, 12:11:16 UTC
ce3d9f8 Fixed typo in docs/ref/django-admin.txt Thanks Wes Kendall for the report. 11 March 2014, 12:09:44 UTC
6f47065 Fixed #21293 -- Adjusted admin header CSS to fix admin password reset template. By removing the absolute positioning of the usertools div and using float positioning, the #header div will expand based on the height of its content. Thanks EvilDMP for the report. 11 March 2014, 10:56:27 UTC
107c9f5 Fix AlterField migrations that are related to a RenameModel migration 11 March 2014, 04:13:26 UTC
40f6ca5 Fix autodetector creation of RenameModel migration to capitalize model names 10 March 2014, 23:23:45 UTC
05daaf2 Added myself to the committers list, finally. 10 March 2014, 20:28:01 UTC
1be31c3 Fixed #21875 -- Clarified that get_user_model() only works at run time. Thanks Benjamin White for the report. 10 March 2014, 20:11:23 UTC
daaf6cf Added myself to the committers list. 10 March 2014, 16:25:47 UTC
819e09b Fixed #22210 -- Saving model instances to non-related fields. Previously, saving a model instance to a non-related field (in particular a FloatField) would silently convert the model to an Integer (the pk) and save it. This is undesirable behaviour, and likely to cause confusion so the validatio has been hardened. Thanks to @PirosB3 for the patch and @jarshwah for the review. 10 March 2014, 15:25:18 UTC
3bd45ba Merge pull request #2415 from SmileyChris/migration-renamed-models Fixed #22239 -- Add auto detection of renamed models 10 March 2014, 00:57:42 UTC
7feb70e Fixed #22239 -- Add auto detection of renamed models 10 March 2014, 00:55:44 UTC
c564277 Fixed #22237 -- Removed some warnings in the test suite Thanks Aymeric Augustin for the report. 09 March 2014, 21:10:49 UTC
0e52b28 Substituted 'shortcut function' for 'factory method' in tutorial Many newbies don't know what a factory method is, nor is it pertinent to the information the tutorial hopes to convey. 09 March 2014, 21:07:39 UTC
3315535 Fixed an example to match the code. 09 March 2014, 20:20:34 UTC
7339f43 Prevented admin from importing auth.User. Since we don't enforce order between apps, root packages of contrib apps cannot import models from unrelated apps. Fix #22005, refs #21719. 09 March 2014, 19:29:00 UTC
8b67fa7 Revert "Reordered INSTALLED_APPS in default template, refs #22005" This reverts commit a718fcf201b04ba254e9073be82f51ae1ae3a853. 09 March 2014, 19:10:56 UTC
deff74e Fixed the last fix for database test settings to work with Python3. 09 March 2014, 10:27:12 UTC
3a34f71 Removed obsolete hack to run template tests. 09 March 2014, 10:07:21 UTC
06615d0 Avoided leaking warning filters. 09 March 2014, 10:07:21 UTC
84c1374 Fixed test breakage following test-settings enhancements 09 March 2014, 08:23:47 UTC
0615eaf Corrected a few missed references to old test settings 09 March 2014, 06:33:33 UTC
40afdaf Fix weird autodetector error 09 March 2014, 02:35:45 UTC
41afae4 Reorganized the database test settings Change database test settings from "TEST_"-prefixed entries in the database settings dictionary to setting in a dictionary that is itself an entry "TEST" in the database settings. Refs #21775 Thanks Josh Smeaton for review. 09 March 2014, 01:57:18 UTC
add1584 4 flake8 warning fixes 09 March 2014, 00:17:54 UTC
abccbcf Fixed #21843: Remove explicit ID column setting in test 09 March 2014, 00:04:21 UTC
6b07804 Fixed #22183: Through M2Ms now correctly handled 08 March 2014, 23:58:04 UTC
cdf6eba Merge pull request #2315 from bendavis78/issues/22073 Fixed #22073 - Ensure CreateTable operation handles backwards migration correctly when M2M fields are present 08 March 2014, 23:44:45 UTC
cd7a2a0 Fixed #22199: Bad max_length deconstruction for FileField 08 March 2014, 21:59:12 UTC
28779ab Fix bad conflict detection during makemigrations 08 March 2014, 21:53:20 UTC
8d7e048 Improved compatibility in admin_scripts tests Environment keys/values need to use native strings on some plateforms. Thanks anubhav joshi for detecting the issue and helping shaping the patch. 08 March 2014, 19:58:24 UTC
b787ef2 Fixed #21092 -- Ensured admin_scripts tests are run with warnings off 08 March 2014, 11:49:06 UTC
56c80e8 Avoided modifying current environment in admin_scripts tests 08 March 2014, 11:32:57 UTC
8446a24 Added test about error filterwarnings Refs #20083. 08 March 2014, 10:51:49 UTC
0c6a339 Avoided changing raw DeprecationWarning filter behavior Refs #21188. Now pure Python DeprecationWarning visibility should be back to Python defaults. 08 March 2014, 10:13:48 UTC
210d048 Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings Thanks Anssi Kääriäinen for the idea and Simon Charette for the review. 08 March 2014, 08:57:40 UTC
70ec4d7 Fixed #22034 -- Added a specific set of relation checks for GenericInlineModelAdmin. Thanks to jwa for the report. 08 March 2014, 03:25:23 UTC
219d928 Fixed #21863 -- supplemented get_lookup() with get_transform() Also fixed #22124 -- Expanded explanation of exactly what is going on in as_sql() methods. 07 March 2014, 14:52:13 UTC
a0f2525 Fixed #22141 -- Added a spelling checker for documentation. 07 March 2014, 14:29:23 UTC
8f9c3d0 Fixed typo in docs/ref/checks.txt 07 March 2014, 14:18:06 UTC
ec675ed Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case Thanks bendavis78 for the report. 06 March 2014, 23:43:04 UTC
1232acb Don't allow really long migration names 06 March 2014, 21:34:31 UTC
e46e15e Fixed #22204: Bad circular-dep-breaking if more than one per run 06 March 2014, 21:22:42 UTC
8ce3ea6 Revert "Fixed #22183: Don't make a table for M2Ms with through=" This reverts commit 1562b9896f8f614ef40fd032b1ec777280b377c1. 06 March 2014, 19:50:04 UTC
1562b98 Fixed #22183: Don't make a table for M2Ms with through= 06 March 2014, 19:35:58 UTC
34236ef Reworked ErrorDict.as_json() to prevent unnecessary serialization/deserialization step. Thanks @apollo13 for the suggestion. Refs #17413. 06 March 2014, 17:33:58 UTC
9b729dd Fixed #22185 -- Added settings.CSRF_COOKIE_AGE Thanks Paul McMillan for the review. 06 March 2014, 13:28:43 UTC
06efeae Added --previous flag to msgmerge command used by makemessages Also took the opportunity to slightly refactor gettext options so as to ease customization by subclassing the command. Thanks Michal Čihař for the report and initial patch. 06 March 2014, 09:20:01 UTC
2094861 Fixed issues and added new scripts to urlify.js Added the following scripts: * Lithuanian (thanks to petraszd for the patch) * Serbian (thanks to offy) * Azerbajani (thanks to Ali Ismayilov) Fixed the following issues: * In Polish character map, some uppercase letters were converted to a lowercase ascii equivalent. * The letter Y with a diaeresis had a lowercase version but no uppercase. The code was also simplified and cleaned up: * Use of `var` statements everywhere * Systematic use of semicolons * Proper looping over arrays and objects. Thanks to @oinopion for his help in getting the javascript into proper shape. Fixes #8561, #11035. 05 March 2014, 23:14:27 UTC
b77f263 Fixed #22207 -- Added support for GenericRelation reverse lookups GenericRelation now supports an optional related_query_name argument. Setting related_query_name adds a relation from the related object back to the content type for filtering, ordering and other query operations. Thanks to Loic Bistuer for spotting a couple of important issues in his review. 05 March 2014, 20:37:53 UTC
c627da0 Fixed #14549 - Removed restriction of single FKs on intermediary tables Thanks to Loic Bistuer for review. Minor changes to error messages done by committer. 05 March 2014, 20:33:58 UTC
95c74b9 Fixed #22206 -- Passed models.TextField.max_length to forms.CharField.maxlength 05 March 2014, 19:09:28 UTC
ac699cd Really hidden warnings in javascript_quote tests Refs #21725. 05 March 2014, 08:00:55 UTC
5a5815d Fixed incorrect docstring in cache tests (take two) 3e25c8ac69ae336102d91f1d2591ab03f3a91e33 was an incomplete merge of the pull request. Thanks to @ramast for catching this. 05 March 2014, 06:35:07 UTC
5d568bc Fixed #7571 -- Fixed parameter matching in include()'d urlpattern Fixed URL resolving in the case where an outer regex includes an inner regex and both regexes use positional parameters instead of named groups, causing the outer regex's parameters to override the inner regex's. Modified the regex url resolver so that it will concatenates and then normalizes, instead of normalizing and then concatenating. 04 March 2014, 23:35:03 UTC
a248c88 Fixed three small flake8 violations. 04 March 2014, 23:13:15 UTC
3e25c8a Fixed incorrect docstring in cache tests 04 March 2014, 20:50:21 UTC
back to top